authors_metric.Rd
Gets the 'authors metric' for a given filter
authors_metric(code, filter, file = NULL, save = FALSE, truncateAt = NULL)
code | The account code to use |
---|---|
filter | The filter for the data |
file | An optional file name to save a CSV file to |
save | Set to TRUE if you'd like a dialog to choose where to save your CSV |
truncateAt | Optional number of results - rest will become "Others" |
A tibble of your data
authors_metric("QUIR01BA", "published inthelast week and brand isorchildof 10006")#> # A tibble: 23 x 8 #> authorId authorHandle authorName count netSentiment ots engagement #> <chr> <chr> <chr> <int> <int> <int> <int> #> 1 Tx97318… Mikael83665… Mikael 4 0 44 0 #> 2 Fxb619f… <NA> Trusted I… 2 2 0 0 #> 3 Tx33529… _MK76_ Magnus Kå… 2 1 514 1 #> 4 xc1c0d0… <NA> <NA> 2 0 70000 0 #> 5 Tx14325… brandseye BrandsEye 2 0 12723 1 #> 6 x5e4fc2… <NA> Farah Mas… 2 0 0 0 #> 7 Tx96160… planetofwin… PLANET OF… 1 1 333 0 #> 8 Tx95373… AtelierRosal Atelier R… 1 1 7 1 #> 9 Ixbrand… brandeye86 <NA> 1 1 1 0 #> 10 Ixbrand… brandseye_o… <NA> 1 1 1 0 #> # ... with 13 more rows, and 1 more variable: netSentimentPercent <dbl>