oscn_scrape_all_parties <- function(courts, casetypes, years, updatedb = TRUE) {
for (i in courts) {
for (y in years) {
for (t in casetypes) {
final <- oscn_lastcase(i, t, y)
print(paste0("Scraping ", final, " ", t, " cases from ", i))
oscn_scrape_parties(courts = i, casetypes = t, years = y, 1:final, updatedb = updatedb)
}
}
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.