Description Usage Arguments Value Examples
Extract the text supplied to the
hierarchical_cluster
object.
1 2 3 4 5 6 7 8 9 10 |
x |
A |
... |
ignored. |
Returns a vector or list of text strings.
1 2 3 4 5 6 7 | library(dplyr)
presidential_debates_2012 %>%
with(data_store(dialogue)) %>%
hierarchical_cluster() %>%
get_text() %>%
head()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.