In this distill blog post I will be reading in the eggs data and perforrming basic data wrangling operations using dplyr functions.
[Eggs Data]
A tibble: 120 x 6 month year large_half_dozen large_dozen extra_large_half_dozen extra_large_dozen
[Rows: 120 Columns: 6]
******************************Manipulating the Data with dplyr**************************
SELECT “Retrieving the data we want to use”
A tibble: 120 x 2 year extra_large_dozen
FILTER
ARRANGE
SUMMARISE
Distill is a publication format for scientific and technical writing, native to the web.
Learn more about using Distill at https://rstudio.github.io/distill.
Text and figures are licensed under Creative Commons Attribution CC BY-NC 4.0. The figures that have been reused from other sources don't fall under this license and can be recognized by a note in their caption: "Figure from ...".