powered by
This function adds variable names to the list of variables, which can be reassigned from the web page without manual confirmation in the R session.
allowVariables(vars = NULL)
Vector of variable names to be added to the list. If is NULL, returns names of all currently allowed variables.
NULL
Names of all currently allowed variables if vars = NULL.
vars = NULL
allowFunctions, authorize, openPage (check argument allowedVariables), sendData.
allowFunctions
authorize
openPage
allowedVariables
sendData
# NOT RUN { allowVariables(c("myVariable", "anotherOne")) vars <- allowVariables() # }
Run the code above in your browser using DataLab