powered by
List the variables in an entity.
redatam_variables(dic, entity_name)
Data frame that contains all the variables from the ‘entity_name’.
Dictionary identifier (returned by redatam_open())
Entity's name
Jaime Salvador
if (FALSE) { dic<-redatam_open("path/to/rxdb") redatam_variables(dic, "person") }
Run the code above in your browser using DataLab