build_scraper: generates the scraping function defined by start_scraper and...

View source: R/constructors_build.R

build_scraperR Documentation

generates the scraping function defined by start_scraper and other constructors in your environment

Description

generates the scraping function defined by start_scraper and other constructors in your environment

Usage

build_scraper(prev = NULL)

Arguments

prev

a placeholder for the output of functions being piped into show(). Defaults to NULL and should not be altered.

Value

a function

Examples

## Not run: 

start_scraper(args = c("x"), name = "fun") %>>%
go("x") %>>%
build_scraper()



## End(Not run)

till-tietz/parsel documentation built on Jan. 4, 2024, 8:55 p.m.