editDatasheet: Edit a datasheet

Description Usage Arguments

View source: R/editDatasheet.R

Description

Wraps rsyncrosim::saveDatasheet() and rsyncrosim::datasheet() to edit a datasheet in a syncrosim library, save it, and possibly export it to csv.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
editDatasheet(
  datasheetName,
  tag = NULL,
  ssimObject,
  argumentList = NULL,
  saveSheet = T,
  erase = F,
  export = F,
  datasheetFolder = NULL,
  ... = NULL
)

Arguments

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()


VLucet/rsyncrosimAssist documentation built on June 23, 2020, 6:34 a.m.