This is my first time using RMarkdown. You can make italics, or make things bold. Also you can do both.

This is a random heading

Can make lists unnumbered

  • just
  • like
  • this

Or numbered

  1. one
  2. two
  3. three

You can also include code

print("hello word!")
## [1] "hello word!"

Inserting Equations

This \(x^2\) is inline

This equation is standalone \[ a^2 + b^2 = c^2 \]