Individual Assignment - Working With R
Markdown Documents 1 Intro to Quantitative Ecology:
There are lots of resources for learning RMarkdown. I won’t attempt to cover the process in detail, rather I’ll refer you to explore the following two resources which describe the basics (and more) of RMarkdown:
A nice RMarkdown cheetsheet/tutorial from Dataquest. It’s a good starting point because it’s thorough, but still easy to read.
rmarkdown
.The RMarkdown section of R for Data Science
This page has a nice introduction to YAML headers, including details about setting up a table of contents.
This theme gallery Has lots of good info about R Markdown document themes, including the pre-packaged ones which you’ll most likely want to use since they are compatible with floating tables of contents.
Some of the key concepts you need to know about are:
Create a new R notebook for the assignment. Use the document YAML header options to:
Create the following sections in the document using 1st level headers. You’ll need to use some basic Markdown formatting syntax to make lists, change font face, etc.
Briefly introduce yourself. Put your name in bold text. Put the name of your program or major in italics.
Create numbered list with 2 - 4 concepts you’ve already learned in this course. You might want to include things like:
Create a bullet-point list containing 2 - 4 of the favorite courses you’ve taken so far.
For example, some courses that I have enjoyed taking or teaching are:
Finally, create a first-level heading section called My Favorite Plot (so far).
In this section, you’ll create a code chunk in which you’ll re-create the plot you’ve liked the most in the course so far.
Write a brief figure caption and explain why this plot is your favorite.
Once you’re satisfied with how your output html document looks, submit it in the file upload form on the Moodle assignment submission page.
Remember the required first-level sections: