diff --git a/scripts/4chan pol ngram Scraper v2.R b/scripts/4chan pol ngram Scraper v2.R index 55ef879..1f375ff 100644 --- a/scripts/4chan pol ngram Scraper v2.R +++ b/scripts/4chan pol ngram Scraper v2.R @@ -102,7 +102,7 @@ df_links$txt <- paste("https://boards.4chan.org/pol/", df_links$txt, sep = "") # to each row in the data frame threads <- lapply(df_links$txt, function(x) { read_html(x) %>% - html_text()}) + html_text2()}) # Turn "threads" into a tibble so tidytex can manipulate it threads_tibble <- tibble(txt = threads)