spsTabInfo {systemPipeShiny}R Documentation

View SPS project 'config/tabs.csv' information

Description

View SPS project 'config/tabs.csv' information

Usage

spsTabInfo(return_type = "print", n_print = 40, app_path = getwd())

Arguments

return_type

one of 'print', 'data', 'colnames', or a specified column name

n_print

how many lines of tab info you want to print out

app_path

SPS project root

Details

Value

return depends on return_type

Examples

spsInit(project_name = "SPS_tabinfo", overwrite = TRUE,
        change_wd = FALSE, open_files = FALSE)
# all lines
spsTabInfo("print", app_path = "SPS_tabinfo")
# 5 lines
spsTabInfo("print", app_path = "SPS_tabinfo", n_print = 5L)
spsTabInfo("data", app_path = "SPS_tabinfo")
spsTabInfo("colnames", app_path = "SPS_tabinfo")
spsTabInfo("tab_id", app_path = "SPS_tabinfo")

[Package systemPipeShiny version 1.2.0 Index]