Description Usage Details Value Examples
checks data for various quality metrics
1 |
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()
.
a character array of valid check functions
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.