spsTabInfo: View SPS project 'config/tabs.csv' information

Description Usage Arguments Details Value Examples

Description

View SPS project 'config/tabs.csv' information

Usage

1
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

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

systemPipeShiny documentation built on March 16, 2021, 6:01 p.m.