Skip to content

Commit

Permalink
Merge pull request #177 from USEPA/pop_downscaling_kmn
Browse files Browse the repository at this point in the history
Pop downscaling message fix
  • Loading branch information
knoiva-indecon authored Jul 9, 2024
2 parents e11f820 + 2100653 commit 21a43cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FrEDI/R/utils_import_inputs.R
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,8 @@ check_valCols <- function(
return()
} ### End if(nMatches)
### Message user
msg_vcol2 <- paste0("Using column ", "\"", vColMatch, "\"", ", and renaming to ", "\"", valCol, "\"", "...")
renameVal <- doPop |> ifelse("state_", "") |> paste0(valCol)
msg_vcol2 <- paste0("Using column ", "\"", vColMatch, "\"", ", and renaming to ", "\"", renameVal, "\"", "...")
msg1_i |> paste0(msg_vcol2) |> message()
} ### End if(hasValCol) (no else)

Expand Down

0 comments on commit 21a43cb

Please sign in to comment.