is_SL_tibble: is_SL_tibble

Description Usage Arguments Value Examples

Description

Confirm that an object is a StudentLife tibble

Usage

1

Arguments

x

Any object

Value

Logical

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 TRUE
is_SL_tibble(tab_PAM)

frycast/studentlife documentation built on April 25, 2021, 11:09 a.m.