Returns a list of brands in a query. It is useful for interactively displaying all the brands in a large query.

get_query_brands(query)

Arguments

query

A query() object.

Value

A list of brands.

Examples

q <- account("TEST01AA") %>% filter_mentions("published in thelast week") get_query_brands(q)
#> ● TEST01AA:1[Your Brand Here] #> ● TEST01AA:2[Sibling Brand]