Skip to content

Commit

Permalink
Merge pull request #385 from USEPA/data_retrieval_input_handling
Browse files Browse the repository at this point in the history
Update Utilities.R
  • Loading branch information
cristinamullin committed Jan 10, 2024
2 parents 52fe74d + d45a730 commit 3d87b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ TADA_RandomTestingData <- function(number_of_days = 1, choose_random_state = FAL
}

if (choose_random_state == FALSE) {
state = "Not Applicable - National Query"
state = "null"
}

print(c(startDate = as.character(random_start_date),
Expand Down

0 comments on commit 3d87b53

Please sign in to comment.