Learn R Programming

redatamx (version 1.2.1)

redatam_internal_query: Execute a Redatam command from text

Description

Execute a Redatam command: TABLE or AREALIST.

Usage

redatam_internal_query(dic, spc)

Value

Raw dataset with al values: tot, na, mv, values.

Arguments

dic

Dictionary identifier (returned by redatam_open())

spc

Program text in SPC format

Author

Jaime Salvador

Examples

Run this code
if (FALSE) {
dic<-redatam_open("path/to/rxdb")
df<-redatam_internal_query(dic,"freq person.sexo")
}

Run the code above in your browser using DataLab