load_database {EDCimport} | R Documentation |
Load a list in an environment
Description
Load a list in an environment
Usage
load_database(db, env = parent.frame(), remove = TRUE)
Arguments
db |
an edc_database object (to be fair, any list would do) |
env |
the environment onto which the list should be loaded |
remove |
if |
Value
nothing, called for its side-effect
Examples
db = edc_example()
load_database(db, remove=FALSE)
print(db)
print(lengths(db))
[Package EDCimport version 0.6.0 Index]