unnest_tokens()
was deprecated in tidytext 0.4.0 and is now defunct
Attempting to create a 2-node graph through twitter data within R and am receiving the following error message.
twomode_network <- twitter_data %>% Create("twomode", removeTermsOrHashtags = c("#auspol"), verbose = TRUE)
twomode_graph <- twomode_network %>% Graph()
Generating twitter 2-mode network...
Error:
! `unnest_tokens()` was deprecated in tidytext 0.4.0 and is now defunct.
Run `rlang::last_trace()` to see where the error occurred.