The final project is called CryptoR and is an interface to the CoinGecko cryptocurrency API.
Project can be found on github : CryptoR
LIS 4370 - R Programming
Taught at the University of South Florida by Dr. Alon Friedman during the Spring 2021 semester.
Sunday, April 25, 2021
Thursday, April 1, 2021
Mod 12: R Markdown
R Markdown
R makes it real easy to create Markdown files. It is as simple as navigating the RStudio menu system.
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:
From:
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
Subscribe to:
Posts (Atom)