select_scores.Rd
Selects variables generated by score_scale() from a data frame.
score_scale()
select_scores(data, names_only = FALSE, index_only = FALSE)
A data frame
If TRUE, variable names are returned instead of a data frame
If TRUE, variable indices are returned instead of a data frame
A data frame, a vector with variable names, or a vector with indices.