filename_ok: A test for whether the input filenames are OK. It is...

Description Usage Arguments Value Examples

View source: R/utils.R

Description

A test for whether the input filenames are OK. It is basically a switch to send to project-specific filename evaluators

Usage

1
filename_ok(filenames, projectid)

Arguments

filenames

A vector of filenames (not paths)

projectid

The projectid grabbed from the shiny app pulldown

Value

Returns a list with the first item as a vector of TRUE/FALSE about whether each filename is OK and then a list of the filenames that are NOT Ok.

Examples

1
prefixes_ok(c("GPS", "AB"))

zevross-spatial/rpackage-sensorDataImport documentation built on Aug. 16, 2019, 4:53 p.m.