Parallel Dynamic Web-Scraping Using 'RSelenium'


[Up] [Top]

Documentation for package ‘parsel’ version 0.2.0

Help Pages

%>>% pipe-like operator that passes the output of lhs to the prev argument of rhs to paste together a scraper function in sequence.
click wrapper around clickElement() method to generate safe scraping code
get_element wrapper around getElementText() method to generate safe scraping code
go wrapper around remDr$navigate method to generate safe navigation code
goback wrapper around remDr$goBack method to generate safe backwards navigation code
goforward wrapper around remDr$goForward method to generate safe forwards navigation code
parscrape parallelize execution of RSelenium
show renders the output of the piped functions to the console via cat()
type wrapper around sendKeysToElement() method to generate safe scraping code