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