account_name: Get an account's name

Description Usage Arguments Value Examples

View source: R/account_account_name.R

Description

Returns a vector of names for the accounts passed as the argument.

Usage

1

Arguments

account

The account object.

Value

A string holding the account's name

Examples

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

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

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