Skip to content

Commit

Permalink
Related #81
Browse files Browse the repository at this point in the history
  • Loading branch information
ddsjoberg committed Jan 12, 2024
1 parent 5c9c8ff commit 442586e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion R/ard_dichotomous.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ard_dichotomous <- function(data, variables, by = NULL, strata = NULL,
pmap(
list(.data$variable, .data$variable_level),
function(variable, variable_level) {
is.null(variable_level) || variable_level %in% .env$values[[variable]]
variable_level %in% .env$values[[variable]]
}
) |>
unlist()
Expand Down
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ CMD
Codecov
Hoffmann
JSON
Lifecycle
ORCID
Pre
SAS's
Expand Down

0 comments on commit 442586e

Please sign in to comment.