get_EMA_questions: get_EMA_questions

Description Usage Arguments Value Examples

View source: R/dev_helpers.R

Description

Get the EMA questions from a StudentLife tibble whose schema is "EMA".

Usage

1

Arguments

x

A StudentLife tibble whose schema is EMA, as output by the function load_SL_tibble.

Value

The EMA_questions attribute of x

Examples

1
2
3
4
5
6
7
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)

studentlife documentation built on Nov. 1, 2020, 9:07 a.m.