is_SL_tibble {studentlife}R Documentation

is_SL_tibble

Description

Confirm that an object is a StudentLife tibble

Usage

is_SL_tibble(x)

Arguments

x

Any object

Value

Logical

Examples

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)


[Package studentlife version 1.1.0 Index]