importData: Import Data

View source: R/functions.R

importDataR Documentation

Import Data

Description

Import data from predefined xlsx sheet, check range of result values and describe range of other values.

Usage

importData(fnIn = "results_fmd", selIn = FALSE, verbose = TRUE)

Arguments

fnIn

Character length one, the name of the data-input file, what is an xlsx file residing in the folder 'results_fmd'. (The name is provided without the '.xlsx' ending.)

selIn

Logical, if an xlsx file should be selected interactively instead. Defaults to FALSE.

verbose

Logical, if the range of the values of each individual column should be reported. Defaults to TRUE.

Value

A data frame containing FMD result data.

See Also

runFmdenq

Examples

## Not run: 
fmdf <- importData() # leave everything at the defaults
fmdf <- importData(fnIn="results_fmd_foo") # specify custom name of fmd results
# file
fmdf <- importData(sel=TRUE) # to interactively select the xlsx file to import

## End(Not run)

bpollner/fmdenq documentation built on March 27, 2022, 4:26 p.m.