Learn R Programming

redatamx (version 1.2.1)

redatam_variables: List variables for entity

Description

List the variables in an entity.

Usage

redatam_variables(dic, entity_name)

Value

Data frame that contains all the variables from the ‘entity_name’.

Arguments

dic

Dictionary identifier (returned by redatam_open())

entity_name

Entity's name

Author

Jaime Salvador

Examples

Run this code
if (FALSE) {
dic<-redatam_open("path/to/rxdb")
redatam_variables(dic, "person")
}

Run the code above in your browser using DataLab