Description Usage Arguments Value Examples
View source: R/account_account_client_code.R
Returns a vector of account client codes.
1  | 
account | 
 The account object, or list of account objects.  | 
A string holding the account's client code.
1 2 3 4 5  | account("TEST01AA") %>%
  account_client_code()
account("TEST01AA", "TEST02AA") %>%
  account_client_code()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.