Description Usage Arguments Value
run the collector functions with their default arguments. You can pick and choose which ones you want to run.
1 | collect_data(slack = TRUE, facebook = TRUE, twitter = TRUE, mailchimp = TRUE)
|
slack |
logical. whether or not to collect slack member count. defaults to TRUE |
facebook |
logical. whether or not to collect facebook likes. defaults to TRUE |
twitter |
logical. whether or not to collect twitter follower count. defaults to TRUE |
mailchimp |
logical. whether or not to collect mailchimp subscriber count. defaults to TRUE |
a tibble with 3 columns: character column platform which contains the name of the platform, integer column n with the count, and date which is constant and set to today.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.