View source: R/helper_functions.R
getResponse | R Documentation |
getResponse
is a helper function for extracting scale-wise response from a PROsetta_data
object.
getResponse(d, scale_id = "all", person_id = FALSE)
d |
a |
scale_id |
scale IDs to extract response. If |
person_id |
if |
getResponse
returns a data.frame
containing scale-wise response.
getResponse(data_asq)
getResponse(data_asq, 1)
getResponse(data_asq, 2)
getResponse(data_asq, c(1, 2))
getResponse(data_asq, c(2, 1))
getResponse(data_asq, c(1, 2), person_id = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.