library("ecdata")
#'
library(ecdata)
# get dynamic scrapper
example_scrapper(scrapper_type = 'static')
This is a helper function to help you scrape the web
Description
opens and example web scraper in your text editor
Usage
example_scrapper(scrapper_type = c("static", "dynamic"))
Arguments
scrapper_type
|
calls the example scrapper scripts. Should be one of static or dynamic which matches the kind of scrapper you want to use |