CAMERAFiles_dlg: CAMERA Files Dialog Box

Description Usage Arguments Value Examples

View source: R/dialog-functions.R

Description

Creates dialog box for user to select saved CAMERA objects when running LUMA workflow

Usage

1
CAMERAFiles_dlg(multiple = FALSE)

Arguments

multiple

should dialog box with multiple fields be used; caution this is buggy and doesn't always work on all platforms; default if FALSE

Value

named list

Examples

1
2
3
4
5
6
7
8
## Not run: 
library(LUMA)
if(require(lcmsfishdata, quietly = TRUE)) {
  (mypath <- system.file("extdata", package = "lcmsfishdata"))
  (test <- CAMERAFiles_dlg(multiple = TRUE))
  }

## End(Not run)

jmosl01/LUMA documentation built on Sept. 2, 2020, 6:20 a.m.