Learn R Programming

EpiNow2 (version 1.6.1)

save_input: Save Observed Data

Description

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

Usage

save_input(data, target_folder)

Value

No return value, called for side effects

Arguments

data

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).