Description Usage Arguments Details Value Note See Also Examples
Run all quality checks on one or more Excel STAR templates.
1 |
x |
filename of an Excel STAR template or a directory containing Excel STAR templates. |
short |
whether to show filenames in a short |
stop |
whether to stop if any test fails. |
quiet |
whether to suppress messages. |
If x
is a directory, stop
is set to FALSE
unless the
user passes an explicit stop = TRUE
.
String indicating which test did not succeed, or a vector of strings if
x
is a directory. A value of ""
means all tests succeeded for
that file.
A generic script to quality check many STAR templates is covered in the 'Script' section of the gfcmSTAR-package help page.
The checks are run in the following order:
qc.exists
checks if file exists.
qc.xlsx
checks if file extension is ‘xlsx’.
qc.star
checks if file is a STAR template.
qc.vpa
checks if VPA_Model
is Yes
or No
.
qc.ts.names
checks if time series column names are intact.
qc.ts.numbers
checks if time series are numbers and not
strings.
report
reports which files were successfully imported.
gfcmSTAR-package
gives an overview of the package.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.