redatam_variables | R Documentation |
List the variables in an entity.
redatam_variables(dic, entity_name)
dic |
Dictionary ID (returned by 'redatam.open') |
entity_name |
Entity's name |
Data frame that contains all the variables from the ‘entity_name’.
Jaime Salvador
## Not run:
dic<-redatam_open("path/to/rxdb")
redatam_variables(dic, "person")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.