wordcloud_metric.Rd
Pulls breakdown of volume by keyword
wordcloud_metric(code, filter, exclude = NULL, save = FALSE, file = NULL)
code | An account code |
---|---|
filter | A filter for data |
exclude | A character vector of terms you want to exclude |
save | Set to TRUE if you'd like a dialog file to choose where to save your CSV |
file | An optional file name to save a CSV file to |
Return a list of words and volume of mentions
wordcloud_metric("QUIR01BA", "published inthelast week and brand isorchildof 10006")#> Warning: NAs introduced by coercion#> # A tibble: 315 x 2 #> Word Mentions #> <chr> <int> #> 1 eye 16 #> 2 brands 14 #> 3 global 11 #> 4 casino 9 #> 5 athens 9 #> 6 gaming 9 #> 7 brandseye 8 #> 8 @brandseye 4 #> 9 world 4 #> 10 great 3 #> # ... with 305 more rows