start_scraper {parsel} | R Documentation |
sets function name and arguments of scraping function
Description
sets function name and arguments of scraping function
Usage
start_scraper(args, name = NULL)
Arguments
args |
a character vector of function arguments |
name |
character string specifying the object name of the scraping function. If NULL defaults to 'scraper' |
Value
a character string starting a function definition
Examples
## Not run:
start_scraper(args = c("x","y"), name = "fun")
## End(Not run)
[Package parsel version 0.3.0 Index]