Wraps rsyncrosim::saveDatasheet() to read in a load into library a datasheet directly from a csv file.
1 2 3 4 5 6 7 | loadDatasheet(
datasheetName,
tag = "default",
ssimObject = NULL,
datasheetFolder = NULL,
... = NULL
)
|
datasheetName |
(character) The name of the datasheet (ex: RunControl). |
tag |
(character) The tag associated with that datasheet, can be NULL, default to "default". |
ssimObject |
(ssimObject) Object of the class ssimObject from which to extract and |
datasheetFolder |
(character) The path to where to save the datasheet if export is TRUE, default to NULL. |
... |
Further arguments to be passed onto saveDatasheet() |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.