is_dateless_SL_tibble: is_dateless_SL_tibble

Description Usage Arguments Value Examples

View source: R/dev_helpers.R

Description

Confirm that an object is a dateless 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_S <- load_SL_tibble(
  schema = "survey", table = "BigFive", location = d)

# Returns TRUE
is_dateless_SL_tibble(tab_S)

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