Description Usage Arguments Value
View source: R/sentence_stopword.R
This function generates the following: - number of sentences, - number of stop words when a column of a dataframe or tibble is passed in.
1 | sentence_stopword(df_col)
|
df_col |
(array): send in a column of the data.frame/tibble |
a data.frame with the following elements: nos : number of sentences present in a column of the dataframe nosw : number of stop-words present in a column of the dataframe list_hf: list of top 5 frequetly encountered words hf : number of times the high frequency word was encountered.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.