powered by
This function adds function names to the list of functions, which can be called from the web page without manual confirmation in the R session.
allowFunctions(funs = NULL)
Vector of function names to be added to the list. If is NULL, returns names of all currently allowed functions.
NULL
Names of all currently allowed functions if funs = NULL.
funs = NULL
allowVariables, authorize, openPage (check argument allowedFunctions), callFunction.
allowVariables
authorize
openPage
allowedFunctions
callFunction
# NOT RUN { allowFunctions(c("myFunction1", "print", "someObject$method")) funs <- allowFunctions() # }
Run the code above in your browser using DataLab