| load_linked {iNZightTools} | R Documentation |
inzdf objectImport linked data into an inzdf object
load_linked( x, schema, con, name = ifelse(missing(con), deparse(substitute(x)), deparse(substitute(con))), keep_con = FALSE, progress = FALSE, ... )
x |
a linked specification file or vector of data set paths |
schema |
a list describing the schema/relationships between the files |
con |
a database connection to load the linked data into |
name |
the name of the data set collection |
keep_con |
if |
progress |
either |
... |
additional arguments passed to data reading function |
an inzdf object