import_flowcam: Import raw .lst data

Description Usage Arguments Details Value Examples

Description

Import raw .lst data

Usage

1
import_flowcam(fl_in, times = TRUE, tzone = "America/Regina")

Arguments

fl_in

chr string of file name path

times

logical indicating if timestamp column is converted to POSIXct, default TRUE

tzone

chr string of default time zone if times = TRUE

Details

All columns are converted to numeric values on import, except the timestamp and collage_file columns. The default behavior is to convert the timestamp column to POSIXct. Note that resolution of the timestamp is lost because seconds are rounded to integer values. The default timezone in tzone does not consider daylight savings.

Value

a tbl of formatted FlowCAM data with 57 columns

Examples

1
2
3
4
##
fl_in <- system.file('sample_data.lst', package = 'rflowcam')
dat <- import_flowcam(fl_in)
dat

fawda123/rflowcam documentation built on May 16, 2019, 11:01 a.m.