Description Usage Arguments Examples
Helper function to rename HoNOS variables
1 2 3 4 5 6 7 8 9 | rename_honos(
data,
value_vars_current,
prob_var_item8,
spec_var_item8,
value_vars_history,
honos_version = c("working_adults"),
.return_new_var_names = FALSE
)
|
data |
Dataset including HoNOS variables in wide format (i.e., one row per assessment, one column per item) |
value_vars_current |
Vector, specifying variable names with values for 'current' items |
prob_var_item8 |
Vector, specifying variable name with description of problem (prob) for item 8 |
spec_var_item8 |
Vector, specifying variable name with problem specification (spec) of for item 8 |
value_vars_history |
Vector, specifying specifying variable names with values for 'historic' items |
honos_version |
Vector, specifying version of the HoNOS that is being used. TODO IMPLEMENT MORE VERSIONS. |
1 2 3 4 5 6 | rename_honos(data = honos::honos_data,
value_vars_current = c("q1", "q2", "q3", "q4", "q5", "q6", "q7", "q8", "q9", "q10", "q11", "q12", "q13"),
prob_var_item8 = c("q8_prob"),
spec_var_item8 = c("q8_spec"),
value_vars_history = c("qa", "qb", "qc", "qd", "qe")
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.