R/redatam-api.R
redatam_entities.Rd
List the entities in a databse.
redatam_entities(dic)
Dictionary identifier (returned by redatam_open())
Data frame that contains all the entities in the database.
Jaime Salvador
if (FALSE) { # \dontrun{ dic<-redatam_open("path/to/rxdb") redatam_entities(dic); } # }