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. |
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? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
🔎📑📅🏷️ 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'))All reactions