Extracting Twitter data by topic, date and top words #8
lauespinosa
started this conversation in
2. Training material
Replies: 2 comments
-
This is a very useful function. If we have another one to extract the tweet or tweets that generated a specific signal (alert), that would be great. Many times when I try to locate such tweets on Twitter, I can't get the tweet. Some of the alerts also does not have keyword to search for. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have another question: would it be possible to use a similar function to extract tweets about one topic in a specific location? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🔎📑📅🏷️ Extracting Twitter data by topic, date and top words (epitweetr version 1)
The following function allows epitweetr users to subset their Twitter data by topic, date and top words. Please consider that these data are part of the raw data collected by epitweetr and may differ among users.
Please note that this only applies for epitweetr version 1 and not for the newest version (v2).
Before running the code, epitweetr users must set up the configuration
epitweetr::setup_config("wd")
where wd is epitweetr working directory selected by the user.Steps to subset Twitter data:
signal_tweets('toxoplasmosis', 2020, '2020.10.12', '01', c('toxoplasma', 'gondii'))
Beta Was this translation helpful? Give feedback.
All reactions