Twitter Plot

##  [1] "id"              "conversation_id" "created_at"      "date"           
##  [5] "time"            "timezone"        "user_id"         "username"       
##  [9] "name"            "place"           "tweet"           "language"       
## [13] "mentions"        "urls"            "photos"          "replies_count"  
## [17] "retweets_count"  "likes_count"     "hashtags"        "cashtags"       
## [21] "link"            "retweet"         "quote_url"       "video"          
## [25] "thumbnail"       "near"            "geo"             "source"         
## [29] "user_rt_id"      "user_rt"         "retweet_id"      "reply_to"       
## [33] "retweet_date"    "translate"       "trans_src"       "trans_dest"     
## [37] "tweet1"          "hashtags1"       "mentions2"       "mentions3"

##  [1] "id"              "conversation_id" "created_at"      "date"           
##  [5] "time"            "timezone"        "user_id"         "username"       
##  [9] "name"            "place"           "tweet"           "language"       
## [13] "mentions"        "urls"            "photos"          "replies_count"  
## [17] "retweets_count"  "likes_count"     "hashtags"        "cashtags"       
## [21] "link"            "retweet"         "quote_url"       "video"          
## [25] "thumbnail"       "near"            "geo"             "source"         
## [29] "user_rt_id"      "user_rt"         "retweet_id"      "reply_to"       
## [33] "retweet_date"    "translate"       "trans_src"       "trans_dest"     
## [37] "tweet1"          "hashtags1"       "mentions2"       "mentions3"      
## [41] "mentions4"
## Rows: 38
## Columns: 3
## $ username  <chr> "gaellebris", "sctlcenter", "sctlcenter", "kittelson", "con…
## $ mentions4 <chr> "cnasemtrb wspusa", "nasemtrb", "c uwengineering uwmst nase…
## $ count     <int> 2, 28, 2, 28, 28, 2, 28, 2, 28, 28, 2, 28, 2, 28, 28, 2, 28…
## # A tbl_graph: 24 nodes and 38 edges
## #
## # An undirected multigraph with 1 component
## #
## # Node Data: 24 x 2 (active)
##   name            centrality
##   <chr>                <dbl>
## 1 gaellebris            22  
## 2 sctlcenter            22.0
## 3 kittelson              0  
## 4 congestionfixes        0  
## 5 nasemtrb             248. 
## 6 uwmst                 43.0
## # … with 18 more rows
## #
## # Edge Data: 38 x 2
##    from    to
##   <int> <int>
## 1     1    21
## 2     2     5
## 3     2    22
## # … with 35 more rows

2020-12-10