account_client_code: Get an account's client code

Description Usage Arguments Value Examples

View source: R/account_account_client_code.R

Description

Returns a vector of account client codes.

Usage

1

Arguments

account

The account object, or list of account objects.

Value

A string holding the account's client code.

Examples

1
2
3
4
5
account("TEST01AA") %>%
  account_client_code()

account("TEST01AA", "TEST02AA") %>%
  account_client_code()

brandseye/brandseyer2 documentation built on Sept. 5, 2021, 2:15 p.m.