dmea_filter_time_table: Filter a table by calendar year and day-of-year

View source: R/dm_sea.R

dmea_filter_time_tableR Documentation

Filter a table by calendar year and day-of-year

Description

Filter a table by calendar year and day-of-year

Usage

dmea_filter_time_table(dat, time_col, Year = NULL, DOY = NULL, label = "rows")

Arguments

dat

A data frame or tibble.

time_col

Name of the timestamp column.

Year

Optional numeric vector of calendar years.

DOY

Optional numeric vector of day-of-year values.

label

Text used in error messages.

Value

A filtered tibble.


dendRoAnalyst documentation built on May 20, 2026, 5:07 p.m.