Loads feature data and load shape clustering data from RData files and saves them into the selected export format
1 2 | exportFeatureAndShapeResults(feature.data, shape.results.data = NULL,
format = "hdf5", prefix = "", filePath = ".")
|
feature.data |
File path to an RData file with feature data data frame or the data frame itself |
shape.results.data |
Optional file path to an RData file containing load shape clustering results
or the results object itself. i.e. results from
|
format |
Export data format - one of the ones supported by exportData() |
prefix |
Optional prefix to put n froun of all feature names |
filePath |
optional path to the directory where exported data should be written if the export type is a file. '.' by default. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.