powered by
A function that facilitates a users' workflow by helping to check for DATs in a directory.
check_dat(pathstring)
Returns a list of DAT files or a warning.
A string for a path to a directory containing files.
Tingwei Adeck
if (FALSE) { fpath <- system.file("extdata", package = "normfluodbf", mustWork = TRUE) setwd(fpath) check_dat(getwd()) }
Run the code above in your browser using DataLab