load_linked {iNZightTools} | R Documentation |
Import linked data into an inzdf
object
Description
Import linked data into an inzdf
object
Usage
load_linked(
x,
schema,
con,
name = ifelse(missing(con), deparse(substitute(x)), deparse(substitute(con))),
keep_con = FALSE,
progress = FALSE,
...
)
Arguments
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 |
Value
an inzdf
object
[Package iNZightTools version 2.0.1 Index]