https://github.com/tidyverse/dplyr/blob/main/R/summarise.R
# (#' is a special symbol used for package documentation).File > New File > Quarto Document / R Markdown
I will be the document you mainly work with in this class.
With me, you can

Actually, with me, you can also write documents, papers, and books:
The textbooks in this class are written R Markdown (or its newer generation - Quarto).
Actually, with me, you can also create HTML or PDF slides
The slides for this class
Actually, with me, you can also build websites
https://huizezhang-sherry.github.io/SDS322E/
https://github.com/SDS322E-26Fall
The repository contains all the class exercises and assessment materials (Lab, Homework, and Projects).
We will instruct you how to get those materials for the class on Wednesday.
Open up an RStudio IDE, in the console type
By default it will create the repository on the Desktop, you can also save it at specific location with the destdir argument.
Click the .Rproj file to open up the RStudio IDE:
Your top right corner should show: 0102-welcome
Click the hello-world.Rmd to open up the R Markdown file.
General speaking, you can navigate the course without knowing anything about Git, but you will be able to see and know many things you would otherwise won’t if you do know a little bit about GitHub, e.g.
You can see the source code of the packages we use in the course, and you can also see the source code of the lecture slides.
Happy Git with R: https://happygitwithr.com/
Go through the exercises in the hello-world.Rmd document.
You need to know how to knit an R Markdown document to PDF (which requires a LaTeX installation), as this is the format in which you will submit your assessment.