check_df.input_daily {ern} | R Documentation |
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.
[Package
ern version 2.0.0
Index]