View source: R/utilities-data-set.R
saveDataSetToPKML | R Documentation |
DataSet
to pkmlSave the DataSet
to pkml
saveDataSetToPKML(dataSet, filePath)
dataSet |
The |
filePath |
Path where the pkml file will be created |
Save the DataSet
to a pkml file that can be loaded by MoBi
## Not run:
dataSet <- DataSet$new(name = "NewDataSet")
dataSet$setValues(xValues = c(1, 2, 3, 4, 5), yValues = c(10, 20, 30, 40, 50))
dataSet$saveToPKML(filePath = "../ObsData.pkml")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.