powered by
Save a REDATAM database. This function can be used to save a dictionary.
redatam_save(dic, name = "")
No return value.
Dictionary identifier (returned by redatam_open())
Dictionary file name
Jaime Salvador
if (FALSE) { dic<-redatam_open("path/to/rxdb") ... redatam_save(dic,"path/to/new/dictionary.rxdb") }
Run the code above in your browser using DataLab