Formatting with markdowns

Shopping list:

  • Shampoo
  • Conditioner
  • Body wash
    • Soap
    • Hair Brush
    • Face Wash

Ordered Shopping list:

  1. Clothes
  2. Shoes
  3. Hats
    • Water
    • Food
    • Cleaning
# code will go here
5 + 5
## [1] 10
15 * 20
## [1] 300
shopping_prices <- c(5, 10, 14, 17, 22, 26, 40, 52, 59, 62, 80, 94)
mean(shopping_prices)
## [1] 40.08333