aRTconn-addUser {aRT}R Documentation

Permission to a user

Description

Function to grant ALL permissions in a DBMS for a user. The DBMS user must be root.

Usage

## S4 method for signature 'aRTconn':
addUser(object, user="user")

Arguments

object Object of class aRTconn.
user The user that will be granted.

Author(s)

Pedro Ribeiro de Andrade Neto

See Also

aRTconn-class shows the description of this class.


[Package aRT version 0.4-0 Index]