This provides access to an account's mentions.
mentions(x, filter, select, ..., .envir) # S3 method for brandseyer2.account.v4 mentions( x, filter, select = NULL, ..., .envir = parent.frame(), orderBy = NULL, fetchGraph = FALSE )
x | An account object |
---|---|
filter | A query to match mentions against. Always required. See the filter vignette for details. |
select | A character vector of the mention fields to be returned. |
... | Further arguments passed to or from other methods. |
.envir | An optional environment for when substituting values in to select. |
orderBy | Fields to order the returned data by. Defaults to published |
fetchGraph | Fetch other mentions that are part of the same conversation as this one. |
A tibble of mentions. Returns an empty tibble if there are no mentions.
brandseyer2.account.v4
: Read mentions from an account. Returns a tibble of mention data.
We cannot read data from older, V3 accounts / APIs.
Tweets, by default, will be given with no content, only URIs and IDs. This is per our agreement with twitter. Twitter does provide an API for obtaining tweet content using tweet IDs.
If you fetch mentions and choose not to select the site
field
(selected by default), all mentions may contain no data.
tags() to fetch tag information from mentions.
topics() to fetch topic information from mentions.
brands() to fetch brand information from mentions.
phrases() to fetch phrase information from mentions.
# Reading data from a single account account("TEST01AA") %>% mentions(filter = "published inthelast week and brand isorchildof 1") # Must always have a filter#> # A tibble: 1 x 7 #> id published brands sentiment mediaLinks socialNetwork tags #> <chr> <dttm> <list> <int> <list> <chr> <list> #> 1 2-1 2018-03-03 21:37:35 <int [2… 0 <tibble [1 … TWITTER <int …