get_item_df | R Documentation |
Get data frame with survey items that strongly diverge from their reference group
get_item_df( df, n_items = 8L, cutoff = NULL, excluded_reports = c("M_ED", "FGR", "SZMA") )
df |
Data frame with data for one report_nr |
n_items |
Number of items to retrieve for each degree |
cutoff |
Optional, when provided n_items is ignored. Keeps all rows where distance in standard deviation is equal to or larger than the cutoff. |
excluded_reports |
Character vector containing values for report_type_id that should be excluded. |
Data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.