get_EMA_questions {studentlife} | R Documentation |
get_EMA_questions
Description
Get the EMA questions from a StudentLife tibble whose schema is "EMA".
Usage
get_EMA_questions(x)
Arguments
x |
A StudentLife tibble whose schema is
EMA, as output by the function
|
Value
The EMA_questions attribute of x
Examples
d <- tempdir()
download_studentlife(location = d, url = "testdata")
tab_PAM <- load_SL_tibble(schema = "EMA", table = "PAM", location = d)
# Returns "PAM"
get_EMA_questions(tab_PAM)
[Package studentlife version 1.1.0 Index]