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,
...
)
an inzdf
object
a linked specification file or vector of data set paths
a list describing the schema/relationships between the files
a database connection to load the linked data into
the name of the data set collection
if TRUE
data will remain in DB (use for very large data)
either TRUE
or FALSE
to enable/disable the default progress bar, or a list of three functions to x <- create(from, to)
, set(x, i)
, and destroy(x)
a progress bar.
additional arguments passed to data reading function smart_read()