{"id":197,"date":"2022-03-21T14:00:00","date_gmt":"2022-03-21T14:00:00","guid":{"rendered":"https:\/\/www.lancaster.ac.uk\/stor-i-student-sites\/danielle-notice\/?p=197"},"modified":"2024-03-10T16:44:51","modified_gmt":"2024-03-10T16:44:51","slug":"the-tidyverse-the-best-verse-for-data-scientist","status":"publish","type":"post","link":"https:\/\/www.lancaster.ac.uk\/stor-i-student-sites\/danielle-notice\/2022\/03\/21\/the-tidyverse-the-best-verse-for-data-scientist\/","title":{"rendered":"The Tidyverse: the best* -verse for data scientist"},"content":{"rendered":"Reading Time: <\/span> 4<\/span> minutes<\/span><\/span>\n

There are a couple popular universes out there like the MCU and its multiverse, and Zuckerberg’s Metaverse. My personal favourite however is actually a universe of R packages.<\/p>\n\n\n\n

\"\"<\/figure><\/div>\n\n\n\n

This post is by no means a tutorial for the tidyverse<\/em>. Nor is it an introduction to these packages or style of coding using R. Instead, this is just a compilation of my favourite features of the packages that will hopefully convince you of its power and convert you to the tidy side.<\/p>\n\n\n\n

  1. What is in the tidyverse<\/em>?<\/li>
  2. Tibbles!<\/li>
  3. Pipes & Purrr<\/li>
  4. A few (more) of my favourite things<\/li><\/ol>\n\n\n\n

    1. What is in the tidyverse<\/em>?<\/h2>\n\n\n\n

    The tidyverse <\/em>is a collection of R packages designed by Hadley Wickham for data science. It includes packages useful for loading, wrangling, modelling and visualising data, and a couple that make programming in R so much better. When you install and load the tidyverse<\/em>, the following core packages will be loaded:<\/p>\n\n\n\n

    install.packages(\"tidyverse\")\nlibrary(tidyverse)<\/code><\/pre>\n\n\n\n
    \n
    \n