qc.ts.numbers: Time Series Numbers

Description Usage Arguments Value Note See Also Examples

View source: R/qc.ts.numbers.R

Description

Assert that a STAR template's time series are numbers and not strings.

Usage

1
qc.ts.numbers(file, short = TRUE, stop = TRUE, quiet = FALSE)

Arguments

file

filename of an Excel STAR template.

short

whether to show the filename in a short basename format.

stop

whether to stop if test fails.

quiet

whether to suppress messages.

Value

TRUE if test succeeds, otherwise an error message (if stop = TRUE) or FALSE and a warning message (if stop = FALSE).

Note

Stock assessors sometimes enter values into STAR templates as strings instead of numbers. This is usually because of regional settings on different computers.

See Also

qc runs all qc.* tests.

gfcmSTAR-package gives an overview of the package.

Examples

1
2
3
4
## Not run: 
qc.ts.numbers("STAR_2019_HKE_5.xlsx")

## End(Not run)

gfcm/gfcmSTAR documentation built on Feb. 5, 2022, 2:14 p.m.