list_components: List the components in the IUROPA CJEU Database

View source: R/list_functions.R

list_componentsR Documentation

List the components in the IUROPA CJEU Database

Description

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.

Usage

list_components(session = NULL)

Arguments

session

An object of class iuropa_session created by authenticate(). This argument is only required for content that is not yet publicly available.

Value

This function returns a string vector containing the names of the components that are currently available via the IUROPA API.

Examples

## Not run: 
data <- list_components()
## End(Not run)


jfjelstul/iuropa documentation built on July 25, 2024, 4:11 p.m.