Description Usage Arguments Value Author(s) Examples
Build a <network>
a for social network analysis from a
<tweetgraph_primitive>
or tweet <data.frame>
.
1 2 3 4 5 6 7 | as_sna_network(x, ...)
## S3 method for class 'data.frame'
as_sna_network(x, ...)
## S3 method for class 'tweetgraph_primitive'
as_sna_network(x, ...)
|
x |
|
... |
Arguments passed to or from other methods. |
<network>
Brendan Knapp brendan.g.knapp@gmail.com
1 2 3 4 5 6 7 8 9 10 | ## Not run:
hashtag_rstats <- rtweet::search_tweets("#rstats")
as_sna_network(hashtag_rstats)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.