Sunday, April 25, 2021

Final Project

The final project is called CryptoR and is an interface to the CoinGecko cryptocurrency API.

Project can be found on github : CryptoR

Thursday, April 1, 2021

Mod 12: R Markdown

Mod-12.utf8


R Markdown

R makes it real easy to create Markdown files. It is as simple as navigating the RStudio menu system.

R Markdown creation

This creates a template with some instructions and links from which the user can modify the document.

Examples

  • Result: R Markdown site
    From: [R Markdown site](https://rmarkdown.rstudio.com/index.html)

  • Result: \(x^2 + \frac{1}{4}x = 8\)
    From: $x^2 + \frac{1}{4}x = 8$

  • Result: R Markdown creation
    From: ![R Markdown creation](screen2.png)

  • Result: 0.3571429
    From: r x = 14 ; 5/ x

  • Result: Hello World!
    From: **Hello World!**



GitHub

Related file(s) can be found at Git Me