Skip to content

Commit

Permalink
Update configTests.R
Browse files Browse the repository at this point in the history
Added save_image function from FrEDI
  • Loading branch information
knoiva-indecon committed Oct 18, 2023
1 parent 302aad1 commit 81e0c82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/configTests.R
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,7 @@ save_scaled_impact_figures <- function(
){
### Get from FrEDI Namespace
check_and_create_path <- utils::getFromNamespace("check_and_create_path", "FrEDI")
save_image <- utils::getFromNamespace("save_image", "FrEDI")
### Create directory if it doesn't exist
fdir <- fpath; rm("fpath")
fdir <- fdir |> file.path(byState |> ifelse("images-state", "images"))
Expand Down

0 comments on commit 81e0c82

Please sign in to comment.