Learn R Programming

redatamx (version 1.2.1)

redatam_entities: List entities

Description

List the entities in a databse.

Usage

redatam_entities(dic)

Value

Data frame that contains all the entities in the database.

Arguments

dic

Dictionary identifier (returned by redatam_open())

Author

Jaime Salvador

Examples

Run this code
if (FALSE) {
dic<-redatam_open("path/to/rxdb")
redatam_entities(dic);
}

Run the code above in your browser using DataLab