Description Usage Arguments Value Examples
Returns a breakdown of new vs returning authors
1 2 | returning_authors_metric(code, previousFilter, currentFilter,
file = NULL, save = FALSE)
|
code |
The account code to use |
previousFilter |
Filter for the time period you want to compare your authors against |
currentFilter |
Filter for the current time period whose authors you want to check |
file |
An optional file name to save a CSV file to |
save |
Set to TRUE if you'd like a dialog file to choose where to save your CSV |
A tibble of your data
1 2 3 | returning_authors_metric("QUIR01BA",
"published after '2018/05/01' and published before '2018/06/01' and brand isorchildof 10006",
"published after '2018/06/01' and published before '2018/07/01' and brand isorchildof 10006")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.