get_table {studentlife}R Documentation

get_table

Description

Retrieve the table name from a StudentLife tibble

Usage

get_table(x)

Arguments

x

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

Value

A character string indicating the table name

Examples

d <- tempdir()
download_studentlife(location = d, url = "testdata")

tab_PAM <- load_SL_tibble(schema = "EMA", table = "PAM", location = d)

# Returns "PAM"
get_table(tab_PAM)


[Package studentlife version 1.1.0 Index]