save_input {EpiNow2}R Documentation

Save Observed Data

Description

[Stable] Saves observed data to a target location if given.

Usage

save_input(reported_cases, target_folder)

Arguments

reported_cases

A data frame of confirmed cases (confirm) by date (date). confirm must be integer and date must be in date format.

target_folder

Character string specifying where to save results (will create if not present).

Value

No return value, called for side effects

Author(s)

Sam Abbott


[Package EpiNow2 version 1.4.0 Index]