Create a chTKCat user
create_chTKCat_user(
x,
login,
password,
contact,
admin = FALSE,
provider = admin
)
No return value, called for side effects
a chTKCat object
user login
user password (NA ==> no password)
contact information (can be NA)
a logical indicating if the user is an admin of the chTKCat instance (default: TRUE)
a logical indicating if the user is data provider (TRUE) or a data consumer (FALSE: default). If admin is set to TRUE provider will be set to TRUE