is_dateonly_SL_tibble {studentlife}R Documentation

is_dateonly_SL_tibble

Description

Confirm that an object is a date-only StudentLife tibble

Usage

is_dateonly_SL_tibble(x)

Arguments

x

Any object

Value

Logical

Examples

d <- tempdir()
download_studentlife(location = d, url = "testdata")

tab_DL <- load_SL_tibble(
  schema = "education", table = "deadlines", location = d)

# Returns TRUE
is_dateonly_SL_tibble(tab_DL)


[Package studentlife version 1.1.0 Index]