| sframe_codebook_items_display | R Documentation |
Replaces items_table's choice_set id with the choice set's actual
response options ("1 = Strongly disagree; 2 = Disagree; ...") and its
scale_id with the scale's label, so each row of the printed codebook is
self-contained. codebook_report() itself keeps the raw ids (for joining
items_table to choices_table/scales_table programmatically); this
is for the rendered document, where a reader should not need to
cross-reference a separate table just to see what "1" means on a scale
shared by many items.
sframe_codebook_items_display(cb)
cb |
An |
A data.frame, cb$items_table with choice_set and scale_id
replaced by display text.
codebook_report()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.