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