check_df.input_daily: Check if input data is already daily

View source: R/check_args.R

check_df.input_dailyR Documentation

Check if input data is already daily

Description

Check if input data is already daily

Usage

check_df.input_daily(df.input)

Arguments

df.input

Data frame. Must have variables:

  • date: calendar date of observation (report for clinical data, wastewater sampling for wastewater data)

  • value: observed values (count of reported cases for clinical data, wastewater concentration for wastewater data)

Value

Logical. Indicates whether input data is already daily.


ern documentation built on April 4, 2025, 2:13 a.m.