redatam_variables {redatamx} | R Documentation |
List variables for entity
Description
List the variables in an entity.
Usage
redatam_variables(dic, entity_name)
Arguments
dic |
Dictionary identifier (returned by redatam_open()) |
entity_name |
Entity's name |
Value
Data frame that contains all the variables from the ‘entity_name’.
Author(s)
Jaime Salvador
Examples
## Not run:
dic<-redatam_open("path/to/rxdb")
redatam_variables(dic, "person")
## End(Not run)
[Package redatamx version 1.1.4 Index]