powered by
Load a list in an environment
load_database(db, env = parent.frame(), remove = TRUE)
nothing, called for its side-effect
an edc_database object (to be fair, any list would do)
the environment onto which the list should be loaded
if TRUE, db will be removed from the environment afterward
TRUE
db
db = edc_example() load_database(db, remove=FALSE) print(db) print(lengths(db))
Run the code above in your browser using DataLab