Description Usage Arguments Value
View source: R/extract_simple_dependencies.R
#' Extract simple dependencies.
1 2 3 4 5 6 7 | extract_simple_dependencies(
this_data,
this_glossary,
id_var,
site_var,
these_dependencies
)
|
this_data |
The tibble to be checked for missing data. |
this_glossary |
The glossary dictionary with parameter visit/test battery etc information. |
id_var |
A quosure representing the column that contains the patient label. |
site_var |
A quosure representing the column that contains the site name for that patient. |
these_dependencies |
A dependencies object (likely generated by parse_MACRO_DSD_file_for_glossary_and_dependencies()). |
Missing data percentages in a tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.