powered by
Retrieve the schema name from a StudentLife tibble
get_schema(x)
An object of class StudentLife tibble (SL_tbl), as produced by the function load_SL_tibble.
SL_tbl
load_SL_tibble
A character string indicating the schema name
# NOT RUN { d <- tempdir() download_studentlife(location = d, url = "testdata") tab_PAM <- load_SL_tibble(schema = "EMA", table = "PAM", location = d) # Returns "EMA" get_schema(tab_PAM) # }
Run the code above in your browser using DataLab