collect_data: run the collection functions

Description Usage Arguments Value

View source: R/utils.R

Description

run the collector functions with their default arguments. You can pick and choose which ones you want to run.

Usage

1
collect_data(slack = TRUE, facebook = TRUE, twitter = TRUE, mailchimp = TRUE)

Arguments

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

Value

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.


friep/smcounts documentation built on Jan. 1, 2021, 2:15 a.m.