R/extract_mentions.R
extract_mentions.Rd
Extract the mentions - `@tags` - from a variable for a mention network with centrality measures.
extract_mentions(dataset, author_variable, text_variable)
A tibble or data frame where each row is a separate post
Name of the author of each post in your dataset
Name of your text variable - in which mentions occur
An object ready to be passed into `ConnectR::calculate_centrality()`