-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Error message:
[1] "** Starting creation of index table (STEP1)"
Error in map()
:
ℹ In index: 1.
Caused by error in .[[1]]
:
! subscript out of bounds
Error is in line 77:
tables <- map(table_xpaths, ~homepage %>%
read_html() %>%
html_nodes(xpath = .x) %>%
html_table(fill = TRUE, header = FALSE) %>%
.[[1]] %>% #take first element of list
.[-1,]) #remove header
Metadata
Metadata
Assignees
Labels
No labels