Learn R Programming

studentlife (version 1.1.0)

is_timestamp_SL_tibble: is_timestamp_SL_tibble

Description

Confirm that an object is a timestamped StudentLife tibble

Usage

is_timestamp_SL_tibble(x)

Arguments

x

Any object

Value

Logical

Examples

Run this code
# NOT RUN {
d <- tempdir()
download_studentlife(location = d, url = "testdata")

tab_PAM <- load_SL_tibble(schema = "EMA", table = "PAM", location = d)

# Returns TRUE
is_timestamp_SL_tibble(tab_PAM)

# }

Run the code above in your browser using DataLab