Skip to content

Commit

Permalink
Update config.R (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
athowes authored Dec 9, 2024
1 parent 8949533 commit c69ccb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/config.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ character_or_null <- S7::new_union(S7::class_character, NULL)
#'
#' @param path A string specifying the path to a CSV file containing exclusion
#' data. It should include at least the columns: `reference_date`,
#' `report_date`, ' `state_abb`, `disease`.
#' `report_date`, `state_abb`, `disease`.
#' @param blob_storage_container Optional. The name of the blob storage
#' container to get it from. If NULL, will look locally.
#' @export
Expand Down

0 comments on commit c69ccb2

Please sign in to comment.