Mod12
In this module, we were asked to create a R Markdown file.
Fortunately for me, I already have to use R Markdown for another class and had everything installed.
R Markdown is an awesome way to share your code and results with others especially if they don't have R installed or the dependents.
The important thing that makes an R Markdown file is the headers. In this header, I added the title, author, date, and then output.
The cool thing about R Markdown is that you can share your code, which is done like this:
In this snip of code I am adding the ggplot library.
Then in this I am loading then inspecting data:
To create the HTML file, I select "knit".
Check out my github to see what happens next!
https://github.com/Midiquin/LIS4370.720S21/blob/main/Mod12.html
Comments
Post a Comment