| get_related_tables2 | R Documentation |
get_related_tables2 returns the names of related tables that
are available for an OpenParlData record.
get_related_tables2(res)
res |
an OpenParlData record (typically one row) as returned by
|
A sorted character vector containing the names of available related tables for the provided record.
## Not run:
# Retrieve one person
res <- get_data2("persons", firstname = "Gerhard", lastname = "Andrey")
# List available related resources for that record
get_related_tables2(res)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.