loadMultSimCsv | R Documentation |
Load an object of class multSimCsv
created with method
multSimCsv
from a directory and create LaF links to
the stored csv files (LaF is a package that provides a fast access
to data stored in csv files). The method returnes an object of class
multSimCsv
with the LaF links stored in element lafList
.
loadMultSimCsv(x)
## S3 method for class 'multSimCsv'
loadMultSimCsv(x)
## S3 method for class 'character'
loadMultSimCsv(x)
x |
either an object of class |
object of class multSimCsv
loadMultSimCsv(multSimCsv)
: create laf-links for multSimCsv objects
loadMultSimCsv(character)
: load multSimCsv from rda file and create LaF links
Opening the saved rda file directly with readRDS
will
lead to a multSimCsv
object with lafList
set to NULL.
The links have to be created during run-time which is the reason why
method loadMultSimCsv
exists.
multSimCsv
to create the csv files,
vignette("LaF-manual")
for an introduction of package LaF
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.