Skip to contents

[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 numeric 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