redatam_internal_query {redatamx} | R Documentation |
Execute a Redatam command from text
Description
Execute a Redatam command: TABLE or AREALIST.
Usage
redatam_internal_query(dic, spc)
Arguments
dic |
Dictionary identifier (returned by redatam_open()) |
spc |
Program text in SPC format |
Value
Raw dataset with al values: tot, na, mv, values.
Author(s)
Jaime Salvador
Examples
## Not run:
dic<-redatam_open("path/to/rxdb")
df<-redatam_internal_query(dic,"freq person.sexo")
## End(Not run)
[Package redatamx version 1.1.4 Index]