get_tweets_per_day: Calculate the frequency with which each user posts.

Description Usage Arguments Value

Description

Calculate the frequency with which each user posts.

Usage

1
get_tweets_per_day(user_ids, times, quiet = FALSE)

Arguments

user_ids

A vector of type character.

times

A vector of type character containing the time stamps of the messages.

quiet

If FALSE, prints status information.

Value

A tibble containing a user id and the number of tweets per day for each user.


karpfen/twitterbots documentation built on May 20, 2019, 8:32 a.m.