# NOT RUN {
# }
# NOT RUN {
library(Twitmo)
# load tweets (included in package)
mytweets <- load_tweets(system.file("extdata", "tweets_20191027-141233.json", package = "Twitmo"))
# Plot tweets on mainland USA region
plot_hashtag(mytweets,
region = "USA(?!:Alaska|:Hawaii)",
hashtag = "breakfast",
ignore_case=TRUE,
alpha=1)
# Add title
title("My hashtags on a map")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab