Insert bold text within a sentence.
You might want to add italics into text.
You can add inline code r 2+2
or create a code chunk:
install.packages("dplyr")
Newdata <- mtcars |> dplyr::filter(mpg > 20)
head(Newdata)
- make changes to files
- test changes in files