Publications by Tedy Barber

Barber_F1

22.04.2022

library(tidyverse) ## -- Attaching packages --------------------------------------- tidyverse 1.3.1 -- ## v ggplot2 3.3.5 v purrr 0.3.4 ## v tibble 3.1.6 v dplyr 1.0.7 ## v tidyr 1.1.4 v stringr 1.4.0 ## v readr 2.1.1 v forcats 0.5.1 ## -- Conflicts ------------------------------------------ tidyverse_conflicts() -- #...

414 sym R (6769 sym/42 pcs) 2 img

Twitter1

01.05.2022

library(tidyverse) library(rtweet) library(httpuv) library(qdapRegex) library(tm) library(qdap) library(wordcloud) library(RColorBrewer) Problem 1 Get a list of current trending topics in the United States and pick one that interests you. Indicate your choice. gtny = get_trends("USA") gtny %>% arrange(desc(tweet_volume)) %>% select(q...

1124 sym R (4928 sym/23 pcs) 2 img