Fetch gender data

gender_metric(code, filter, file = NULL, save = FALSE)

Arguments

code

An account code

filter

A filter for the data

file

An optional file name to save to

save

Pass TRUE if you would like to see a save file dialog

Value

A tibble of gender data

Examples

gender_metric("QUIR01BA", "published inthelast week and brand isorchildof 10006")
#> # A tibble: 3 x 7 #> gender count ots engagement netSentiment netSentimentPercent percentage #> <chr> <int> <int> <int> <int> <dbl> <dbl> #> 1 <NA> 16 100636 4 4 0.25 0.516 #> 2 MALE 12 3086 1 3 0.25 0.387 #> 3 FEMALE 3 1554 0 0 0 0.0968