InputFiles_dlg: Input Files Dialog Box

Description Usage Arguments Value Examples

View source: R/dialog-functions.R

Description

Creates dialog box for user to select input files when initiating LUMA workflow

Usage

1
InputFiles_dlg(WorkingDir, multiple = FALSE)

Arguments

WorkingDir

What is the working directory for the LUMA workflow

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 <- InputFiles_dlg(WorkingDir = mypath, multiple = TRUE))
  }

## End(Not run)

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