account_phrases: List phrases in an account

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

Description

The returns a tibble listing the phrases in an account, their IDs, the IDs of the brands that the phrase is associated with, and a flag indicating whether the phrase is inactive or deleted.

Usage

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

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

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

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

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

Methods (by class)

Author(s)

Constance Neeser

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## Not run: 
# Returns account information for an account object
ac <- account("QUIR01BA")
account_phrases(ac)

## End(Not run)
## Not run: 
account_phrases("QUIR01BA")

## End(Not run)
## Not run: 
account_phrases(c("QUIR01BA", "BEAD33AA"))

## End(Not run)

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