You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
metads = sdtmchecksmeta %>%
mutate(fxn_in = ifelse(check=="check_ae_aeacn_ds_disctx_covid","AE=ae,DS=ds,covid_terms=c(a really long and helpful list of covid terms)",fxn_in))
run_all_check(metads=metads)
run_all_checks
works by passing function calls defined insdtmchecksmeta$fxn_in
to individual checks.A vignette around how to modify this a bit as an end user (e.g. by supplying custom covid terms) would be helpful.
The text was updated successfully, but these errors were encountered: