ctgov_create_data {ctrialsgov} | R Documentation |
Initialize the connection
Description
This function must be run prior to other functions in the package. It creates a parsed and cached version of the clinical trials dataset in memory in R. This makes other function calls relatively efficient. other
Usage
ctgov_create_data(con, verbose = TRUE)
Arguments
con |
an DBI connection object to the database |
verbose |
logical flag; should progress messages be printed?;
defaults to |
Value
does not return any value; used only for side effects
Author(s)
Taylor B. Arnold, taylor.arnold@acm.org
[Package ctrialsgov version 0.2.5 Index]