Learn R Programming

normfluodbf (version 1.5.2)

check_dbf: Title: A function to check for DBFs in a directory.

Description

A function that facilitates a users' workflow by helping to check for DBFs in a directory.

Usage

check_dbf(pathstring)

Value

Returns a list of DBF files or a warning.

Arguments

pathstring

A string for a path to a directory containing files.

Author

Tingwei Adeck

Examples

Run this code
if (FALSE) {
fpath <- system.file("extdata", package = "normfluodbf", mustWork = TRUE)
setwd(fpath)
check_dbf(getwd())
}

Run the code above in your browser using DataLab