Codebook component for single items
Usage
codebook_component_single_item(
item,
item_name = deparse(substitute(item)),
indent = "##"
)
Examples
if (FALSE) { # \dontrun{
data("bfi")
codebook_component_single_item(bfi$BFIK_open_1, "BFIK_open_1")
} # }