sets function name and arguments of scraping function
Source:R/constructors_build.R
start_scraper.Rd
sets function name and arguments of scraping function
Arguments
- args
a character vector of function arguments
- name
character string specifying the object name of the scraping function. If NULL defaults to 'scraper'
Examples
if (FALSE) {
start_scraper(args = c("x","y"), name = "fun")
}