Skip to content

Commit

Permalink
Fix NA standardisation
Browse files Browse the repository at this point in the history
  • Loading branch information
joeroe committed Jul 26, 2023
1 parent 30bb289 commit 78c86c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/response.R
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ intchron_tabulate_series <- function(series_list, header) {
data <- dplyr::mutate(
data,
dplyr::across(
dplyr::everything(),
dplyr::where(is.character),
~ .x %>%
dplyr::na_if("") %>%
dplyr::na_if("-")
Expand Down

0 comments on commit 78c86c0

Please sign in to comment.