# NOT RUN {
# create a twitter twomode network graph removing the hashtag '#auspol' as it was used in
# the twitter search query
twomodeNetwork <- twitterData %>%
Create("twomode", removeTermsOrHashtags = c("#auspol"), verbose = TRUE)
# network
# twomodeNetwork$nodes
# twomodeNetwork$edges
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab