redatam_close | R Documentation |
Close a REDATAM database.
redatam_close(dic)
dic |
Dictionary ID (returned by 'redatam.open') |
No return value.
Jaime Salvador
## Not run:
dic<-redatam_open("path/to/rxdb")
# run some queries using 'query' or 'run'
redatam_close(dic);
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.