redatam_save {redatamx} | R Documentation |
Save dictionary
Description
Save a REDATAM database. This function can be used to save a dictionary.
Usage
redatam_save(dic, name = "")
Arguments
dic |
Dictionary identifier (returned by redatam_open()) |
name |
Dictionary file name |
Value
No return value.
Author(s)
Jaime Salvador
Examples
## Not run:
dic<-redatam_open("path/to/rxdb")
...
redatam_save(dic,"path/to/new/dictionary.rxdb")
## End(Not run)
[Package redatamx version 1.1.4 Index]