Skip to contents

Expects to read a CSV with required columns:

  • reference_date

  • report_date

  • state_abb

  • disease

Usage

read_exclusions(path)

Arguments

path

The path to the exclusions file in .csv format

Value

A dataframe with columns reference_date, report_date, state_abb, disease

Details

These columns have the same meaning as in read_data(). Additional columns are allowed and will be ignored by the reader.