redatam_close {redatamx} | R Documentation |
Close dictionary
Description
Close a REDATAM database.
Usage
redatam_close(dic)
Arguments
dic |
Dictionary identifier (returned by redatam_open()) |
Value
No return value.
Author(s)
Jaime Salvador
Examples
## 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)
[Package redatamx version 1.1.4 Index]