Description Usage Arguments Value
A function to remove duplicated strings from a vector. In cases where the vector contains e.g. 100 tweets, after cleaning you may have made many duplicates (e.g. two tweets with the same content but different URLs become the same after cleaning). You may want to remove duplicates, depending upon your downstream tasks.
1 | remove.duplicates(text.clean)
|
text.clean |
vector containing one or more strings (i.e. length is equal to or greater than 1) |
vector x with duplicated strings removed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.