View source: R/import_linked.R
load_linked | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.