list_accounts: List accounts you have access to

Description Usage Functions Author(s) Examples

Description

This returns a data frame listing the accounts that you have access to, along with their name and status.

Usage

1
2
3
4
5
list_accounts(auth = pkg.env$defaultAuthentication, key = NULL,
  user = NULL, password = NULL)

list_account_codes(auth = pkg.env$defaultAuthentication, key = NULL,
  user = NULL, password = NULL)

Functions

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: 

list_accounts(key = "my api key")

list_accounts(user = "connie@brandseye.com", 
              password = "my brandseye password")

auth <- authentication(user = "connie@brandseye.com", 
                       password = "my brandseye password")
list_accounts(auth)


## End(Not run)
## Not run: 
# Get the number of mentions published in the last day across all 
# of your accounts.
account_count(list_account_codes(), "published inthelast day")

## End(Not run)

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