Skip to content

Commit

Permalink
#107 drop empty testcd in the template
Browse files Browse the repository at this point in the history
  • Loading branch information
edgar-manukyan committed Dec 8, 2024
1 parent e8bedf2 commit ef9dfc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/generate_code_tempates.R
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ vs_template_suffix <- stringr::str_glue('
vs_combined <- dplyr::bind_rows(
vs_asmntdn, vs_sys_bp, vs_dia_bp, vs_pulse, vs_temp,
vs_resprt, vs_oxy_sat
)
) %>%
dplyr::filter(!is.na(.data$VSTESTCD))
# Map qualifiers common to all topic variables ----
Expand Down

0 comments on commit ef9dfc2

Please sign in to comment.