View source: R/utilities-data.R
loadObservedDataFromPKML | R Documentation |
Loads data sets that are exported as pkml. The files must be
located in the folder projectConfiguration$dataFolder
, subfolder pkml
.
and be named projectConfiguration$dataFile
.
loadObservedDataFromPKML(projectConfiguration, obsDataNames = NULL)
projectConfiguration |
Object of class |
obsDataNames |
String or a list of strings defining data sets to load
If |
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.