Description Usage Arguments Value
View source: R/download_data.R
This function downloads data via the eulaw.app API. You need to specify a
database and a dataset that you want data from. You can use the
parameters
argument to filter the data using API parameters. If you
leave this argument blank, the function will return the entire dataset. See
the package vignette for an example of how to specify parameters. You can use
the list_parameters()
function to see a list of valid API parameters
for each dataset and the list_parameter_values()
function to see a
list of valid values for each API paraemter.
1 | download_data(database, dataset, parameters = NULL)
|
database |
The name of the database as a string. Use the function
|
dataset |
The name of the dataset as a string. Use the function
|
parameters |
A named list that specifies a value for one or more valid
API parameters. The default is |
A tibble with as many columns as there are variables in the requested dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.