Description Usage Arguments Details Examples
View source: R/ScraperScript.R
runlots processes several runs (chunks) of the scrapeaway function.
1  | runlots(chunksize, chunks)
 | 
chunksize | 
 The number of files to download in a single call of the function  | 
chunks | 
 The number of runs to do  | 
This function is used to run multiple runs (chunks) of the scrapeaway function. The chunksize parameter is passed on to the scrapeaway function.
1  | runlots(50,100)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.