# NOT RUN {
d <- tempdir()
download_studentlife(location = d, url = "testdata")
tab <- load_SL_tibble(
loc = d, schema = "sensing", table = "activity", csv_nrows = 10)
b_tab <- add_block_labels(tab)
b_tab
# }
Run the code above in your browser using DataLab