# NOT RUN {
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)
# }
Run the code above in your browser using DataLab