Skip to content

Commit

Permalink
Don't be strict with the case of level
Browse files Browse the repository at this point in the history
  • Loading branch information
Moohan committed Nov 6, 2024
1 parent f1e3b58 commit 21e4d37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/get_pop_est.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ get_pop_est <- function(
age_groups = FALSE,
pivot_wider = FALSE,
...) {
level <- tolower(level)
level <- rlang::arg_match(level)
if (!inherits(pivot_wider, "logical")) {
pivot_wider <- rlang::arg_match(
Expand Down

0 comments on commit 21e4d37

Please # to comment.