| allowVariables | R Documentation |
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)
vars |
Vector of variable names to be added to the list. If |
This function is a wrapper around allowVariables method of class App.
Names of all currently allowed variables if vars = NULL.
allowFunctions, authorize, openPage (check argument
allowedVariables), sendData.
## Not run:
# to run this example an installed web browser is required
openPage()
allowVariables(c("myVariable", "anotherOne"))
vars <- allowVariables()
closePage()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.