redatam_save | R Documentation |
Save a REDATAM database. This function can be used to save a dictionary.
redatam_save(dic, name = "")
dic |
Dictionary identifier |
name |
Dictionary filename |
No return value.
Jaime Salvador
## Not run:
dic<-redatam_open("path/to/rxdb")
...
redatam_save(dic,"path/to/new/dictionary.rxdb")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.