is_dateless_SL_tibble {studentlife} | R Documentation |
is_dateless_SL_tibble
Description
Confirm that an object is a dateless StudentLife tibble
Usage
is_dateless_SL_tibble(x)
Arguments
x |
Any object |
Value
Logical
Examples
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)
[Package studentlife version 1.1.0 Index]