View source: R/describe_functions.R
describe_variables | R Documentation |
This function provides descriptions for 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.
describe_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 tibble. There is one observation per variable in the specified table.
## Not run:
data <- describe_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.