| allowVariables {jrc} | R Documentation |
Allow variable assignment without authorization
Description
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.
Usage
allowVariables(vars = NULL)
Arguments
vars |
Vector of variable names to be added to the list. If |
Details
This function is a wrapper around allowVariables method of class App.
Value
Names of all currently allowed variables if vars = NULL.
See Also
allowFunctions, authorize, openPage (check argument
allowedVariables), sendData.
Examples
## Not run:
# to run this example an installed web browser is required
openPage()
allowVariables(c("myVariable", "anotherOne"))
vars <- allowVariables()
closePage()
## End(Not run)
[Package jrc version 0.6.0 Index]