codebook_component_single_item: Codebook component for single items

View source: R/codebook.R

codebook_component_single_itemR 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)

rubenarslan/codebook documentation built on Nov. 13, 2022, 12:40 p.m.