addNickName: Add nick name to the account.

addNickNameR Documentation

Add nick name to the account.

Description

Add nick name to the account.

Usage

addNickName(object) <- value

## S3 replacement method for class 'butilsAccount'
addNickName(object) <- value

Arguments

object

the account.

value

a named list.

Examples

myAcc <- createAccount()
addNickName(myAcc) <- list("Brice Ozenne" = "Brice",
                           "Sebastian Holst" = c("Seb","Sebastian"))
myAcc

bozenne/butils documentation built on Oct. 14, 2023, 6:19 a.m.