powered by
This function adds variable names to the list of variables, that can be modified from a web page without manual confirmation on the R side.
allowVariables(vars = NULL)
Names of all currently allowed variables if vars = NULL.
vars = NULL
Vector of variable names to be added to the list. If NULL, returns names of all currently allowed variables.
NULL
This function is a wrapper around allowVariables method of class App.
allowVariables
App
allowFunctions, authorize, openPage (check argument allowedVariables), sendData.
allowFunctions
authorize
openPage
allowedVariables
sendData
if (FALSE) { # to run this example an installed web browser is required openPage() allowVariables(c("myVariable", "anotherOne")) vars <- allowVariables() closePage()}
Run the code above in your browser using DataLab