Skip to content

Problem with 5th table on Marvel page #9

@beanumber

Description

@beanumber
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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions