powered by
sets function name and arguments of scraping function
start_scraper(args, name = NULL)
a character string starting a function definition
a character vector of function arguments
character string specifying the object name of the scraping function. If NULL defaults to 'scraper'
if (FALSE) { start_scraper(args = c("x","y"), name = "fun") }
Run the code above in your browser using DataLab