Save a REDATAM database. This function can be used to save a dictionary.
Examples
if (FALSE) { # \dontrun{
dic<-redatam_open("path/to/rxdb")
...
redatam_save(dic,"path/to/new/dictionary.rxdb")
} # }
Save a REDATAM database. This function can be used to save a dictionary.
if (FALSE) { # \dontrun{
dic<-redatam_open("path/to/rxdb")
...
redatam_save(dic,"path/to/new/dictionary.rxdb")
} # }