codebook_component_single_item {codebook} | R Documentation |
Codebook component for single items
Description
Codebook component for single items
Usage
codebook_component_single_item(
item,
item_name = deparse(substitute(item)),
indent = "##"
)
Arguments
item |
an item with attributes set |
item_name |
the item name |
indent |
add # to this to make the headings in the components lower-level. defaults to beginning at h2 |
Examples
## Not run:
data("bfi")
codebook_component_single_item(bfi$BFIK_open_1, "BFIK_open_1")
## End(Not run)
[Package codebook version 0.9.2 Index]