save_input: Save Observed Data
Description
Saves observed data to a target location if given.
Usage
save_input(reported_cases, target_folder)
Value
No return value, called for side effects
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).