Renders a tabular codebook including attributes and data summaries. The table
is generated using DT::datatable()
and can be exported to CSV, Excel, etc.
Examples
data("bfi")
if (FALSE) { # \dontrun{
# doesn't show interactively, because a html widget needs to be registered
codebook_items(bfi)
} # }