importData | R Documentation |
Import data from predefined xlsx sheet, check range of result values and describe range of other values.
importData(fnIn = "results_fmd", selIn = FALSE, verbose = TRUE)
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. |
A data frame containing FMD result data.
runFmdenq
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.