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