Description Usage Arguments Value
read tiltometer temperature data file
1 2 3 4 5 6 7 | read_tiltometer_temp(
filename = example_filename(),
site = NA,
output = NA,
clipped = c("auto", "user", "none")[1],
startstop = NA
)
|
filename |
character, the name of the file |
site |
character, site being read in |
output |
character, the name for the outputted QAQC file |
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 in UTC or NA, only used if clip = "user" |
tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.