account_mentions: Read mentions from your account.

Description Usage Arguments Value Methods (by class) Author(s) See Also Examples

Description

Returns mentions from your account. Note that, because of service level agreements with Twitter, we are not able to provide you with the text of tweets.

Usage

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

## S3 method for class 'character'
account_mentions(code, filter, limit = 30, offset = 0,
  include, select, authentication = pkg.env$defaultAuthentication,
  all = FALSE, showProgress = length(code) != 0)

## S3 method for class 'brandseye.account'
account_mentions(account, ...)

## S3 method for class 'factor'
account_mentions(account, ...)

Arguments

limit

The maximum number of mentions to be returned

offset

Mentions are returned in an order. Offset says how many of the first mentions should be skipped.

include

A character vector of extra information to include in the mentions You can see this list in the api documentation available at https://api.brandseye.com/docs

select

A character vector of the mention fields to be returned. You can see this list in the api documentation available at https://api.brandseye.com/docs

all

Set to true if you would like to return all mentions from the account. This overides the limit parameter.

Value

Returns an object of class mention.results, which is a list containing at least the following items:

Methods (by class)

Author(s)

Constance Neeser

See Also

account_phrases to see a list of phrases in an account, with their associated brands.

account_brands for a list of brands associated with the account.

Examples

1
2
3
4
5
6
7
## Not run: 

# Read mentions using the default authentication
account_mentions("QUIR01BA", "published inthelast day")


## End(Not run)

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