Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vignette around customizing calls in run_all_checks #348

Open
harriscw opened this issue Jun 28, 2024 · 1 comment
Open

Vignette around customizing calls in run_all_checks #348

harriscw opened this issue Jun 28, 2024 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@harriscw
Copy link
Collaborator

run_all_checks works by passing function calls defined in sdtmchecksmeta$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.

@harriscw
Copy link
Collaborator Author

For example:


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)

@sarabodach sarabodach added the documentation Improvements or additions to documentation label Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants