Learn R Programming

easySdcTable (version 0.3.1)

PTgui: Table suppression - Shiny Gui

Description

Table suppression - Shiny Gui

Usage

PTgui(data = NULL, language = "English", exeArgus = NULL,
  pathArgus = getwd(), maxNchoices = c(1:10, 12, 15, 20), ...)

PTguiNO(data = NULL, language = "Norwegian", exeArgus = NULL, pathArgus = getwd(), maxNchoices = c(1:10, 12, 15, 20), ...)

Arguments

data

NULL or a data.frame

language

Menu language, "English" or "Norwegian".

exeArgus

Tau-argus executable

pathArgus

Folder for (temporary) tau-argus files

maxNchoices

Choices of maxN

...

Further parameters sent to ProtectTable

Value

Output from ProtectTable. The output is returned invisibly (via invisible) which means that it is not automatically printed to the console.

Examples

Run this code
# NOT RUN {
  
# }
# NOT RUN {
  
# Start the gui.
PTgui()

# Start Norwegian gui with example data and catch output
out <- PTguiNO(data=EasyData("z1w"))   

# Tau-argus executable 
exeArgus <- "C:/TauArgus/TauWindows4.1.4_updated/TauArgus4.1.4/TauArgus.exe"

# Folder for (temporary) tau-argus files
pathArgus <- "C:/Users/nnn/Documents"
    
# Start the gui with possibility to run tau-argus.       
PTgui(exeArgus=exeArgus, pathArgus=pathArgus)     
  
  
# }
# NOT RUN {

# }

Run the code above in your browser using DataLab