Learn R Programming

parsel (version 0.3.0)

start_scraper: sets function name and arguments of scraping function

Description

sets function name and arguments of scraping function

Usage

start_scraper(args, name = NULL)

Value

a character string starting a function definition

Arguments

args

a character vector of function arguments

name

character string specifying the object name of the scraping function. If NULL defaults to 'scraper'

Examples

Run this code
if (FALSE) {

start_scraper(args = c("x","y"), name = "fun")

}

Run the code above in your browser using DataLab