checkSettings {locaR} | R Documentation |
Check the validity of a settings file or data.frame.
Description
Several checks are run:
-
settings
is either a valid file or a data.frame. That the adjustments file is either an existing file or ""
That the channels file is either an existing file or NULL.
That the coordinates file exists.
That the detections file exists.
That the siteWavsFolder exists.
That buffer, margin, resolution, date, time, zMin, zMax and surveyLength can all be recognized as numbers.
That tempC or soundSpeed have been defined.
Usage
checkSettings(settings)
Arguments
settings |
Character or data.frame. Either the path to a settingsFile (csv) or a data.frame containing settings. |
Value
Logical, indicating whether all checks were passed or not.
[Package locaR version 0.1.2 Index]