get_variables {swissparl} | R Documentation |
Retrieve available variables
Description
get_variables
retrieves the variable names of a table of the Swiss Parliament WebServices.
Usage
get_variables(table, pb.pos = NULL, pb = NULL)
Arguments
table |
name of the table to be searched. For an overview of available tables use |
pb.pos |
value for the progress bar. Not to be specified outside of |
pb |
progress bar. Not to be specified outside of |
Value
A character vector that contains the names of the variables.
Examples
## Not run:
# Get variables of table "Person"
get_variables(table = "Person")
## End(Not run)
[Package swissparl version 0.2.2 Index]