View source: R/constructors_build.R
start_scraper | R Documentation |
sets function name and arguments of scraping function
start_scraper(args, name = NULL)
args |
a character vector of function arguments |
name |
character string specifying the object name of the scraping function. If NULL defaults to 'scraper' |
a character string starting a function definition
## Not run:
start_scraper(args = c("x","y"), name = "fun")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.