A Meeting Query dataset in the form of a data frame.
stopwords
A single-column data frame labelled 'word' containing custom
stopwords to remove.
seed
A numeric vector to set seed for random generation.
return
String specifying what to return. This must be one of the
following strings:
"plot"
"table"
See Value for more information.
lmult
A multiplier to adjust the line width in the output plot.
Defaults to 0.05.
Value
A different output is returned depending on the value passed to the return
argument:
"plot": 'ggplot' and 'ggraph' object. A network plot.
"table": data frame. A summary table.
Details
This function uses tm_clean() as the underlying data wrangling function.
There is an option to remove stopwords by passing a data frame into the
stopwords argument.