Learn R Programming

jrc (version 0.2.1)

allowVariables: Allow variable assignment without authorization

Description

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.

Usage

allowVariables(vars = NULL)

Arguments

vars

Vector of variable names to be added to the list. If is NULL, returns names of all currently allowed variables.

Value

Names of all currently allowed variables if vars = NULL.

See Also

allowFunctions, authorize, openPage (check argument allowedVariables), sendData.

Examples

Run this code
# NOT RUN {
allowVariables(c("myVariable", "anotherOne"))
vars <- allowVariables()

# }

Run the code above in your browser using DataLab