Functions and Formulas  

App  

App

alert

integer alert(String message, integer style=nothing)

Parameters
message :
style :

beep

void beep(integer style=0.0)

Parameters
style :

colorCode

String colorCode(integer color)

Parameters
color :

execute

Executes external programs by calling the Windows ShellExecute() functions. Returns true if the program executed successfully, false if not.

Object execute(Object verb, Object file, Object parameters=nothing, Object directory=nothing, Object show=nothing)

Parameters
verb : A string that specifies the action to be performed.
file : Specifies the file or object on which to execute the specified verb.
parameters : If the File parameter specifies an executable file, Parameters is a string that specifies the parameters to be passed to the application.
directory : A string that specifies the default directory
show : Specifies how an application is to be displayed when it is opened. Options are SHOW, HIDE, SHOWNOACTIVATE, SHOWNORMAL.

getCurrentWorkbook

Workbook getCurrentWorkbook()

r

Object r(Object script, Object data, boolean shinyapp=false)

Parameters
script :
data :
shinyapp :

refreshAllViews

void refreshAllViews()

restoreLocale

void restoreLocale()

setLocale

void setLocale(String decsep, String thousandsep)

Parameters
decsep :
thousandsep :

Feedback

Did you find what you needed?

If you have any further questions or suggestions to improve this page, please let us know:

=