account_tags: List tags in an account

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

Description

This returns a data frame of tags available in an account, along with the IDs of those tags.

Usage

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

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

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

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

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

Arguments

.process

Set to TRUE if you do not want IDs set as factors.

Methods (by class)

Author(s)

Constance Neeser

Examples

1
2
3
4
5
## Not run: 
account_tags("QUIR01BA")
account_tags(c("QUIR01BA", "BEAD33AA")

## End(Not run)

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