View source: R/describe_functions.R
describe_tables | R Documentation |
This function provides descriptions of the tables that are
currently available in a particular component of the IUROPA CJEU Database.
You have to specify the code for a component. The values returned by
list_components()
are the values that are valid for this argument.
describe_tables(component, session = NULL)
component |
A string. The code for a component. Use
|
session |
An object of class |
This function returns a tibble. There is one observation per table in the specified component.
## Not run:
data <- describe_tables(
component = "cjeu_database_platform"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.