Learn R Programming

EDCimport (version 0.6.0)

load_database: Load a list in an environment

Description

Load a list in an environment

Usage

load_database(db, env = parent.frame(), remove = TRUE)

Value

nothing, called for its side-effect

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 TRUE, db will be removed from the environment afterward

Examples

Run this code
db = edc_example()
load_database(db, remove=FALSE)
print(db)
print(lengths(db))

Run the code above in your browser using DataLab