get_schema: get_schema

Description Usage Arguments Value Examples

View source: R/dev_helpers.R

Description

Retrieve the schema name from a StudentLife tibble

Usage

1

Arguments

x

An object of class StudentLife tibble (SL_tbl), as produced by the function load_SL_tibble.

Value

A character string indicating the schema name

Examples

1
2
3
4
5
6
7
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)

frycast/studentlife documentation built on April 25, 2021, 11:09 a.m.