if (FALSE) {
# twitter 2-mode network creation additionally requires the tidytext
# package for working with text data
# install.packages("tidytext")
# create a twitter 2-mode network graph with the hashtag "#auspol" removed
net_2mode <- collect_tw |>
Create("twomode", removeTermsOrHashtags = c("#auspol"), verbose = TRUE)
# network
# net_2mode$nodes
# net_2mode$edges
}
Run the code above in your browser using DataLab