generates the scraping function defined by start_scraper and other constructors in your environment
Source:R/constructors_build.R
build_scraper.Rd
generates the scraping function defined by start_scraper and other constructors in your environment
Arguments
- prev
a placeholder for the output of functions being piped into show(). Defaults to NULL and should not be altered.
Examples
if (FALSE) {
start_scraper(args = c("x"), name = "fun") %>>%
go("x") %>>%
build_scraper()
}