Learn R Programming

lares (version 4.7)

get_tweets: Get Tweets

Description

This function downloads tweets with personal credentials

Usage

get_tweets(q, n = 10000, creds = NA)

Arguments

q

Query. Check for ?rtweet::search_tweets()

n

Integer. Total of tweets to return

creds

Character. Credential's user (see get_credentials)

See Also

Other Connection: queryGA, readGS, writeGS

Other Social Networks: li_auth, li_profile

Other Exploratory: corr_cross, corr_var, crosstab, df_str, distr, freqs_df, freqs, gain_lift, missingness, plot_cats, plot_df, plot_nums, tree_var, trendsRelated