forked from jkeast/wikitablr
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
library(tidyverse)
library(wikitablr)
read_wikinodes("https://en.wikipedia.org/wiki/List_of_Marvel_Cinematic_Universe_films") %>%
pluck(5) %>%
rvest::html_table()
#> Warning in lapply(ncols, as.integer): NAs introduced by coercion
#> Error in if (length(p) > 1 & maxp * n != sum(unlist(nrows)) & maxp * n != : missing value where TRUE/FALSE needed
Created on 2020-05-13 by the reprex package (v0.3.0)
Not sure what the problem is, but it's a bug in rvest::html_table()
.
Metadata
Metadata
Assignees
Labels
No labels