Description Usage Arguments Value Examples
Convert data.frame with 3 variables: word, word_n (number of word), sent_n (number of sentence) To a vector of sentences
| 1 | str_words2sent(d, sep = " ")
 | 
| sep | the separator for words, space by default | 
| x | the data.frame with 3 variables: word, word_n (number of word), sent_n (number of sentence) | 
a vector of sentences
| 1 | str_words2sent(str_sent2words(c("привет","Маша, это я, Дубровский")))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.