Returns a vector of account codes.

account_code(account)

Arguments

account

The account object, or list of account objects.

Value

A string holding the account's code

Examples

account("TEST01AA") %>% account_code()
#> [1] "TEST01AA"
account("TEST01AA", "TEST02AA") %>% account_code()
#> [1] "TEST01AA" "TEST02AA"