R/catmaid_connection.R
catmaid_connection_setenv.Rd
catmaid_connection_setenv
sets environment variables
based on a catmaid_connection
object.
#' catmaid_connection_getenv
fetches appropriately named
environment variables and returns them as named character vector.
catmaid_connection_unsetenv
unsets (or removes) the environment
variables.
catmaid_connection_setenv(conn = NULL, ...)
catmaid_connection_getenv()
catmaid_connection_unsetenv()
A catmaid_connection
object. The default value of NULL
implies that the most recent cached open connection will be used.
additional arguments passed to catmaid_login
catmaid_connection_setenv
returns TRUE or FALSE depending on
whether variables were set successfully. catmaid_connection_getenv
returns a connection object created based on environment variables.
catmaid_connection_setenv
will attempt to login if this has
not already been done