View source: R/utilities-data.R
loadObservedData | R Documentation |
Loads data sets from excel. The excel file containing the data
must be located in the folder projectConfiguration$dataFolder
and be named projectConfiguration$dataFile
.
Importer configuration file must be located in the same folder and named
projectConfiguration$dataImporterConfigurationFile
.
loadObservedData(
projectConfiguration,
sheets = NULL,
importerConfiguration = NULL
)
projectConfiguration |
Object of class |
sheets |
String or a list of strings defining which sheets to load.
If |
importerConfiguration |
|
A named list of DataSet
objects, with names being the names of the data sets.
## Not run:
# Create default project configuration
projectConfiguration <- createProjectConfiguration()
dataSets <- loadObservedData(projectConfiguration)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.