
read_obs_autodetect
read_obs_autodetect.RdRead a single observation file, auto-detecting whether it is a
Campbell TOA5 `.dat` file or a plain CSV. Dispatches to
import_campbell_data for TOA5 and data.table::fread
otherwise.
Arguments
- path
Path to the file.
- campbell_args
Named list of extra arguments passed to
import_campbell_data.- fread_args
Named list of extra arguments passed to
data.table::fread.