read_wavelogger: read wavelogger data file

Description Usage Arguments Value

View source: R/io.R

Description

read wavelogger data file

Usage

1
2
3
4
5
read_wavelogger(
  filepath = example_filepath(),
  clipped = c("auto", "user", "none")[1],
  startstop = NA
)

Arguments

filepath

character, the name of the directory - full path needed

clipped

character, if auto, removed partial start/end days. if user, uses supplied startstop days. if none, does no date trimming

startstop

POSIXt vector of two values or NA, only used if clip = "user"

Value

tibble


rfrancolini/wavelog documentation built on Dec. 22, 2021, 3:08 p.m.