Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 597 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 597 Bytes

LearnR tutorial: From zero to Social Media Data

This interactive tutorial will help you understand how to use R, RStudio and its libraries to download data from social media platforms, like Reddit and Twitter. To run it in your local machine (in RStudio) open the LEARNR_tutorial.Rmd and then click the run document command.

TWITTER_DEV_BEARER credentials had been previously stored in a secure way using the following keyring library command in R:

key_set_with_value(service = "TWITTER_DEV_BEARER", password = "YOUR_TWITTER_BEARER_TOKEN_GOES_HERE")

contacts: [email protected]