Description Usage Arguments Value See Also Examples
View source: R/oscn_scrape_open.R
Scrapes data stored in HTML tables on OSCN.net, returns several dataframes, and (optionally) updates the OJO database with newly scraped data.
1 | oscn_scrape_open(courts, casetypes, file_years)
|
courts |
A character vector of the courts to scrape, for example, "TULSA" or c("TULSA", "ROGERS") |
casetypes |
A character vector of the case types to scrape, for example, "CF" or c("CF", "CM") |
file_years |
A numeric vector of years to scrape, for example, 2016 or 2015:2017 |
Several tables with data from scraped cases, depending on the type of case and availability of data
oscn_scrape_all(), oscn_scrape_remaining()
1 2 3 4 5 | ## Not run:
oscn_scrape("TULSA", "CF", 2020, 1)
oscn_scrape(oscn_counties, c("CF", "CM"), 2008:2015, 1:1000, updatedb = TRUE, update_freq = 100)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.