get_schema {studentlife} | R Documentation |
get_schema
Description
Retrieve the schema name from a StudentLife tibble
Usage
get_schema(x)
Arguments
x |
An object of class StudentLife tibble
( |
Value
A character string indicating the schema name
Examples
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)
[Package studentlife version 1.1.0 Index]