View source: R/web_scrape_urls.R
web_scrape_urls | R Documentation |
Function scrapes content of provided list of URLs.
web_scrape_urls(x, cores = 3)
x |
A character vector of URLs. |
cores |
The number of cores to use for parallel processing. |
A data frame containing scraped news data.
## Not run:
url <- 'https://www.nytimes.com/2024/03/25/nyregion/trump-bond-reduced.html'
article_tif <- web_scrape_urls(x = url, input = 'urls', cores = 1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.