Description Usage Arguments Value See Also Examples
View source: R/filter_language.R
with_mention_fields() allows you to fetch additional data fields on mentions,
or to count additional fields when counting mentions. This is part of the
query() language.
1 | with_mention_fields(.account, ..., .envir)
|
.account |
An account or |
... |
The fields to order by. |
.envir |
An environment to perform substitutions in. |
A query() object
Other verbs for the query language: group_mentions_by(),
compare_mentions(), filter_mentions(), with_mention_order(), with_account().
query() is a way to manually create queries.
1 2 3 | account("TEST01AA") %>%
filter_mentions("published inthelast week") %>%
with_mention_fields(mentionCount, totalOTS)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.