is_interval_SL_tibble: is_interval_SL_tibble

Description Usage Arguments Value Examples

Description

Confirm that an object is an interval StudentLife tibble

Usage

1

Arguments

x

Any object

Value

Logical

Examples

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

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