| addNickName | R Documentation | 
Add nick name to the account.
addNickName(object) <- value
## S3 replacement method for class 'butilsAccount'
addNickName(object) <- value
object | 
 the account.  | 
value | 
 a named list.  | 
myAcc <- createAccount()
addNickName(myAcc) <- list("Brice Ozenne" = "Brice",
                           "Sebastian Holst" = c("Seb","Sebastian"))
myAcc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.