powered by
Adds R function names to the list of functions, that can be called from a web page without manual confirmation on the R side.
allowFunctions(funs = NULL)
Names of all currently allowed functions if funs = NULL.
funs = NULL
Vector of function names to be added to the list. If NULL, returns names of all currently allowed R functions.
NULL
This function is a wrapper around allowFunctions method of class App.
allowFunctions
App
allowVariables, authorize, openPage (check argument allowedFunctions), callFunction.
allowVariables
authorize
openPage
allowedFunctions
callFunction
if (FALSE) { # to run this example an installed web browser is required openPage() allowFunctions(c("myFunction1", "print", "someObject$method")) funs <- allowFunctions() closePage()}
Run the code above in your browser using DataLab