with_account: Add accounts to a query.

Description Usage Arguments Value See Also Examples

View source: R/filter_language.R

Description

with_account() lets you add additional accounts to a query(). It's root brands and timezone are added, as appropriate. This is part of the query() language.

Usage

1

Arguments

.query

A query() or account() to which to add this account.

account

The account() to add.

Value

A query() object

See Also

Other verbs for the query language: group_mentions_by(), compare_mentions(), with_mention_fields(), with_mention_order()

query() is a way to manually create queries.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
account("TEST01AA") %>%
  filter_mentions("published inthelast week") %>%
  with_account("TEST03AA")

account("TEST01AA") %>%
  filter_mentions("published inthelast week") %>%
  with_account(account("TEST03AA"))

## End(Not run)

brandseye/brandseyer2 documentation built on Sept. 5, 2021, 2:15 p.m.