Description Usage Arguments Value
View source: R/read_cats_csv.R
read_cats_csv reads one or more CSV files and returns a standardized
data.frame.
1 | read_cats_csv(filepaths, local_tz)
|
local_tz |
Local time zone of deployment data. |
cats_fp |
A vector of file paths. |
A data.frame with columns:
date_UTC (character)
time_UTC (character)
date_local (character)
time_local (character)
accx (double)
accy (double)
accz (double)
gyrx (double)
gyry (double)
gyrz (double)
magx (double)
magy (double)
magz (double)
temp1 (double)
depth (double)
temp2 (double)
light1 (double)
light2 (double)
syserr (character)
battV (double)
battmA (double)
datetime_UTC (POSIXct)
datetime_local (POSIXct)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.