add_scores | R Documentation |
add_scores() is an Add function that updates an object by adding new values to new or empty fields. Specifically, this function implements an algorithm to add scores. The function returns Object (an output object of multiple potential types).
add_scores(
X_YouthvarsProfile,
scoring_tb,
label_ds_1L_lgl = T,
what_1L_chr = c("merged", "list")
)
X_YouthvarsProfile |
PARAM_DESCRIPTION |
scoring_tb |
Scoring (a tibble) |
label_ds_1L_lgl |
Label dataset (a logical vector of length one), Default: T |
what_1L_chr |
What (a character vector of length one), Default: c("merged", "list") |
Object (an output object of multiple potential types)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.