Skip to content

Commit

Permalink
add "Annual P4P Scorecards" to acceptable tags
Browse files Browse the repository at this point in the history
  • Loading branch information
abourdea committed Feb 12, 2025
1 parent 577d8ba commit 34571d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/create_website_upload_csv.R
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ create_website_upload_csv <- function(report_name,
)
)

if (!(tags %in% c("Data Request", "NTSV Performance Report", "NTSV Summary Report", "P4P Progress Report", "Weekly Dystocia Report", "Other"))) {
stop("Tags must be one of the following: Data Request, NTSV Performance Report, NTSV Summary Report, P4P Progress Report, Weekly Dystocia Report, or Other.")
if (!(tags %in% c("Data Request", "NTSV Performance Report", "NTSV Summary Report", "P4P Progress Report", "Weekly Dystocia Report", "Annual P4P Scorecards", "Other"))) {
stop("Tags must be one of the following: Data Request, NTSV Performance Report, NTSV Summary Report, P4P Progress Report, Weekly Dystocia Report, Annual P4P Scorecards or Other.")
}

message("Site list based on active sites in 2024.")
Expand Down

0 comments on commit 34571d0

Please sign in to comment.