R/account_account_name.R
account_name.Rd
Returns a vector of names for the accounts passed as the argument.
account_name(account)
The account object.
A string holding the account's name
account("TEST01AA") %>% account_name() #> [1] "Test 1" account("TEST01AA", "TEST02AA") %>% account_name() #> [1] "Test 1" "Test 2 — Best Account"