R/filter_query.R
get_query_brands.Rd
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)
A query() object.
query()
A list of brands.
q <- account("TEST01AA") %>% filter_mentions("published in thelast week") get_query_brands(q) #> ● TEST01AA:1[Your Brand Here] #> ● TEST01AA:2[Sibling Brand]