Learn R Programming

studentlife (version 1.1.0)

is_interval_SL_tibble: is_interval_SL_tibble

Description

Confirm that an object is an interval StudentLife tibble

Usage

is_interval_SL_tibble(x)

Arguments

x

Any object

Value

Logical

Examples

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

tab_con <- load_SL_tibble(
  schema = "sensing", table = "conversation", location = d, csv_nrow = 10)

# Returns TRUE
is_interval_SL_tibble(tab_con)

# }

Run the code above in your browser using DataLab