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