codebook_missingness {codebook} | R Documentation |
Codebook missingness
Description
An overview table of missingness patterns generated using md_pattern()
.
Usage
codebook_missingness(results, indent = "##")
Arguments
results |
a data frame |
indent |
add # to this to make the headings in the components lower-level. defaults to beginning at h2 |
Examples
data("bfi")
codebook_missingness(bfi)
[Package codebook version 0.9.2 Index]