Description Usage Arguments Value Examples
Extract the text supplied to the
hierarchical_cluster
object.
1 2 3 4 5 6 7 | get_removed(x, ...)
## S3 method for class 'hierarchical_cluster'
get_removed(x, ...)
## S3 method for class 'data_store'
get_removed(x, ...)
|
x |
A |
... |
ignored. |
Returns a vector of text strings.
1 2 3 4 5 6 | library(dplyr)
presidential_debates_2012 %>%
with(data_store(dialogue)) %>%
hierarchical_cluster() %>%
get_removed()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.