account_brands: Listing brands in an account

Description Usage Methods (by class) Author(s) Examples

Description

This returns a tibble containing brand IDs, their names, whether they've been deleted or not, and the ID of the parent brand.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
account_brands(account, ...)

## S3 method for class 'brandseye.account'
account_brands(account, .process = FALSE)

## S3 method for class 'list'
account_brands(accounts)

## S3 method for class 'character'
account_brands(account)

## S3 method for class 'factor'
account_brands(account)

Methods (by class)

Author(s)

Constance Neeser

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
## Not run: 
# Fetch brands for an \code{\link{account}} object.
ac <- account("QUIR01BA")
account_brands(ac)

## End(Not run)
## Not run: 
# Returns a tibble containing brand information for two accounts
account_brands(c("QUIR01BA", "BEAD33AA"))

# Return brand information for all accounts that you have access to
account_brands(list_account_codes())

## End(Not run)
## Not run: 
# Fetching brands for a particular account
account_brands("QUIR01BA")

## End(Not run)

brandseye/brandseyer documentation built on May 13, 2019, 2:30 a.m.