powered by
Confirm that an object is a StudentLife tibble
is_SL_tibble(x)
Any object
Logical
# NOT RUN { d <- tempdir() download_studentlife(location = d, url = "testdata") tab_PAM <- load_SL_tibble(schema = "EMA", table = "PAM", location = d) # Returns TRUE is_SL_tibble(tab_PAM) # }
Run the code above in your browser using DataLab