View source: R/editDatasheet.R
Wraps rsyncrosim::saveDatasheet() and rsyncrosim::datasheet() to edit a datasheet in a syncrosim library, save it, and possibly export it to csv.
1 2 3 4 5 6 7 8 9 10 11 |
datasheetName |
(character) The name of the datasheet (ex: RunControl). |
tag |
(character) The tag associated with that datasheet, can be NULL (is NULL by default). |
ssimObject |
(ssimObject) Object of the class ssimObject from which to extract and save the datasheet. |
argumentList |
(named list or data.frame) A named list or data.frame that contains the datasheet parameters. |
saveSheet |
(logical) Whether or not to save the datasheet into the ssimObject, default to TRUE. |
erase |
(logical) Whether or not to erase the datasheet first before editing, default to FALSE. |
export |
(logical) Whether or not to export the datasheet to file, default to FALSE. |
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.