Skip to contents

Load dataframe which contains specific user and return as a dataframe with total tweets

Usage

load_twitter_by_user(user_name, limit, user_info)

Arguments

user_name

A str contains tweets with specific user

limit

An integer shows how many tweets user want to return

user_info

A list contains user info

Value

A dataframe contains all tweets contains specific user tweets

Examples

if (FALSE) {
x <- load_twitter_by_user('Cristiano', 100, user1)
}