R/account_account_code.R
account_code.Rd
Returns a vector of account codes.
account_code(account)
The account object, or list of account objects.
A string holding the account's code
account("TEST01AA") %>% account_code() #> [1] "TEST01AA" account("TEST01AA", "TEST02AA") %>% account_code() #> [1] "TEST01AA" "TEST02AA"