Description Usage Arguments Examples
Create phrase network.
1 2 3 4 5 6 | phrase_net(
data,
connectors = c("to", "in", "at", "and", "of"),
keep_connector = FALSE,
...
)
|
data |
A data.frame or tibble containig |
connectors |
Words that establish connections between words and ultimately form edges. |
keep_connector |
Whether to include the connecting terms
( |
... |
Arguments to pass to method, namely |
1 2 3 4 5 | data(reuters)
net1 <- phrase_net(reuters, text = text)
net2 <- phrase_net(reuters$text)
identical(net1, net2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.