Can you create an R Markdown document which includes the following information?
palmerpenguins
palmerpenguins
library
into your R sessionpenguins
dataset to the
console.#
, which
says why you like penguins.
After successfully completing Steps 1 and 2, “comment out” the
install.packages()
code in your first code cell. This
requires putting a hash sign #
before the code. This means
the code will not run
Use the Knit
button in R Studio to create an HTML
file of your R Markdown. This will only work if you successfully
complete Step 3!
Link to screenshot of answers (try to complete this on your own before you look!)