View source: R/list_functions.R
list_tables | R Documentation |
This function lists 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. A number of functions in the
iuropa
package have a tables
argument. The values returned by
list_tables()
are the values that are valid for this argument.
list_tables(component, session = NULL)
component |
A string. The code for a component. Use
|
session |
An object of class |
This function returns a string vector containing the names of the tables in the specified component.
## Not run:
data <- list_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.