This provides the name and email address of your account manager. You can contact this person if you have any questions concerning your account.

account_manager(account)

# S3 method for brandseyer2.account
account_manager(account)

Arguments

account

An account object

Value

A list containing the name and email address of your account manager.

Details

The returned object provides two fields:

  1. $name Holds your account manager's name

  2. $email Holds your account manager's email address

Methods (by class)

  • brandseyer2.account: Your manager for a particular account.

Examples

ac <- account("TEST01AA") manager <- account_manager(ac) manager$name
#> [1] "Your Manager"
manager$email
#> [1] "noreply@brandseye.com"