gen_metadata_var {restatis} | R Documentation |
Search for Meta-Information for a Variable
Description
Function to search for meta-information for a specific variable.
Usage
gen_metadata_var(code = NULL, error.ignore = FALSE, ...)
Arguments
code |
a string with a maximum length of 15 characters. Code from a GENESIS-Object. Only one code per iteration. "*"-Notation is possible. |
error.ignore |
a logical. Indicator if the function should stop if an error occurs or no object for the request is found or if it should produce a token as response. |
... |
Additional parameter of the GENESIS API call. These parameters are only affecting the GENESIS API call itself, no further processing. |
Value
A list with all recalled elements from GENESIS. Attributes are added to the dataframe describing the search configuration for the returned output.
Examples
## Not run:
# Find meta-information of the variable with the code "FAMSTD"
object <- gen_metadata_var(code = "FAMSTD")
## End(Not run)
[Package restatis version 0.2.0 Index]