get_adv_checks: returns a list of possible check functions for the adv

Description Usage Details Value Examples

Description

checks data for various quality metrics

Usage

1

Details

This function figures out what the valid arguments for the check_adv() function can be. This is useful for both generating a list of tests, or passing in a character array of valid function names to check_adv().

Value

a character array of valid check functions

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
folder.nm  <- system.file('extdata', package = 'GDopp')
file.nm <- "ALQ102.dat"
data.adv <- load_adv(file.nm=file.nm, folder.nm =folder.nm)
window.adv <- window_adv(data.adv,freq=32,window.mins=10)
chunk.adv <- window.adv[window.adv$window.idx==7, ]
pos_tests <- get_adv_checks()
print(pos_tests)
check_adv(chunk.adv,tests=pos_tests[1:2],verbose=TRUE)

## End(Not run)

USGS-R/GDopp documentation built on May 9, 2019, 6:09 p.m.