prepare_custom_repo: Prepare a custom repo; i.e empirical data source is a csv...

Description Usage Arguments Examples

View source: R/repo_pull_functions.R

Description

This function converts a given custom repo as csv file into the structure we nee

Usage

1

Arguments

filename

path to custome repo csv.. must have specific structure and headers: Structure of csv must be seven columns only; one row per date and FIPS. The seven columns must represent the following quantities, in order: Date, cumulative confirmed cases (up to that date), cumulative deaths (up to that date), confirmed cases (on that date), deaths (on that date), FIPS code, and two-digit state/territory abbreviation. The column header names are not important, but the order is critical.

Examples

1
prepare_custom_rep("myfilename.csv")

lmullany/iddplotting documentation built on July 26, 2020, 8:05 p.m.