Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 583 Bytes

File metadata and controls

26 lines (17 loc) · 583 Bytes

Heading 1

Heading 2

Heading 3

Insert bold text within a sentence.

You might want to add italics into text.

Image of We can do it Octocat

You can add inline code r 2+2

or create a code chunk:

install.packages("dplyr")
Newdata <- mtcars |> dplyr::filter(mpg > 20)
head(Newdata)

Creating a list

  • make changes to files
  • test changes in files