check_dat {normfluodbf} | R Documentation |
Title: A function to check for DATs in a directory.
Description
A function that facilitates a users' workflow by helping to check for DATs in a directory.
Usage
check_dat(pathstring)
Arguments
pathstring |
A string for a path to a directory containing files. |
Value
Returns a list of DAT files or a warning.
Author(s)
Tingwei Adeck
Examples
## Not run:
fpath <- system.file("extdata", package = "normfluodbf", mustWork = TRUE)
setwd(fpath)
check_dat(getwd())
## End(Not run)
[Package normfluodbf version 1.5.2 Index]