Description Usage Arguments Value
View source: R/scac_database_downloader.R
Download the database of securities class action fillings from SCAC as published at: http://securities.stanford.edu/filings.html
1 2 3 | download.scac.database(start.page = 1, debug = FALSE,
update.cache = FALSE, cache.file = file.path(system.file(package =
"scac.database.downloader", "data"), "scacdb.rdata"))
|
start.page |
numeric Which page of the filings html database to start scraping from |
debug |
logical Whether or not to be verbose |
update.cache |
logical If TRUE we download the entire database and update locally cached copy if FALSE we simply return the locally cached copy |
cache.file |
character path to .rdata file where most recent copy of the scac db is stored |
returns data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.