Great teaching! This is my first markdown project.
I will illustrate my learning of this tool.
First let me show that I can BOLD text using two asterisk on both side of the text I wish to bold. Other text formattings can be done similarly.
I created a hyperlink to my website (TobagoARC) using square and round brackets.
I learned how to create and name new chucks using the C icon at the menu bar
I can also use echo to show or not show code and results to show or not show output using the gear icon in the menu bar.
Look at my Unordered list
Look at my Ordered List
I can also insert an image of myself using â!â, square and curly
brackets.
I learned how to do citation1
I can also do tables
penguins_sm <- head(penguins)
kable(penguins_sm)
| species | island | bill_length_mm | bill_depth_mm | flipper_length_mm | body_mass_g | sex | year |
|---|---|---|---|---|---|---|---|
| Adelie | Torgersen | 39.1 | 18.7 | 181 | 3750 | male | 2007 |
| Adelie | Torgersen | 39.5 | 17.4 | 186 | 3800 | female | 2007 |
| Adelie | Torgersen | 40.3 | 18.0 | 195 | 3250 | female | 2007 |
| Adelie | Torgersen | NA | NA | NA | NA | NA | 2007 |
| Adelie | Torgersen | 36.7 | 19.3 | 193 | 3450 | female | 2007 |
| Adelie | Torgersen | 39.3 | 20.6 | 190 | 3650 | male | 2007 |
This is great stuff!!! Barry
footnotesâŠī¸