View source: R/list_functions.R
list_components | R Documentation |
The IUROPA CJEU Database includes a number of components. This
function lists the components that are currently available via the IUROPA
API. A number of functions in the iuropa
package have a
component
argument. The values returned by list_components()
are the values that are valid for this argument.
list_components(session = NULL)
session |
An object of class |
This function returns a string vector containing the names of the components that are currently available via the IUROPA API.
## Not run:
data <- list_components()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.