View source: R/list_functions.R
list_variables | R Documentation |
This function lists the variables that are currently available
in a particular table in a component of the IUROPA CJEU Database. You have
to specify the code for a component and the name of a table in that
component. The values returned by list_components()
and
list_tables()
are the values that are valid for these arguments.
list_variables(component, table, session = NULL)
component |
A string. The code for a component. Use
|
table |
A string. The name of a table in the specified component. Use
|
session |
An object of class |
This function returns a string vector containing the names of the variables in the specified table.
## Not run:
data <- list_variables(
component = "cjeu_database_platform",
table = "decisions"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.