I have never uses Scripts in R before and i’m trying to scrape some websites via a script but get an error “Error : No method asJSON S3 class: xml_node” when running this code
library(rvest)
example <- read_html("https://rvest.tidyverse.org/articles/starwars.html")