excelUI

excelUI(
  fileName = "qualification.xlsx",
  snapshotPaths,
  observedDataPaths,
  excelTemplate = NULL,
  qualificationPlan = NULL,
  toRemove = NULL
)

Arguments

fileName

Name of the Excel file to be created

snapshotPaths

List of project snapshots given by their URL or relative path

observedDataPaths

List of observed data sets (which are not included into the projects) given by their URL or relative path

excelTemplate

Default excel template (only captions and lookup tables)

qualificationPlan

Optional: existing qualification plan. If `NULL`, at least 1 project must be included into the projects list above

toRemove

Optional: projects to remove? Optional: observed data sets to remove?