redatam_internal_run {redatamx} | R Documentation |
Execute a Redatam command from file
Description
Execute a Redatam command: TABLE or AREALIST.
Usage
redatam_internal_run(dic, file_name)
Arguments
dic |
Dictionary identifier (returned by redatam_open()) |
file_name |
Program file name |
Value
Raw dataset with all values: tot, na, mv, values.
Author(s)
Jaime Salvador
Examples
## Not run:
dic<-redatam.open("path/to/rxdb")
df<-redatam.internal_run(dic,"/path/to/program.spc")
## End(Not run)
[Package redatamx version 1.1.4 Index]