Description Usage Arguments Value Examples
Return dataframe with values of series of interest
1 2 3 4 5 6 7 8 9 | get_values(
jurisdiction,
series,
<<<<<<< HEAD
time,
agency = NA,
industry = NA,
dateIsRange = TRUE
)
|
dateIsRange |
======= date = c(2015, 2020), summary = TRUE, filtered = TRUE, document_type = 3, agency = 0, industry = "0", date_is_range = TRUE, document = NA, include_metadata = FALSE )
dataframe
1 2 3 4 5 6 | <<<<<<< HEAD
get_values(jurisdiction = 38, series = c(92), time = c(1990,2000),
=======
get_values(jurisdiction = 38, series = c(92), date = c('1990','2000'),
>>>>>>> kampaabeng
industry = c('111','33'), agency = c(66,111))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.