Personal blog written from scratch using Node.js, Bootstrap, and MySQL. https://jrtechs.net
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
577 B

  1. R is a programming language designed for statistical analysis and graphics.
  2. Since R has been around since 1992, it has developed a large community and has over [13 thousand packages](https://cran.r-project.org/web/packages/) publicly available.
  3. What is really cool about R is that it is an open source [GNU](http://www.gnu.org/) project.
  4. # Why Use R
  5. # R Syntax
  6. <youtube src="s3FozVfd7q4" />
  7. # R Markdown
  8. # Resources
  9. - [R for Data Science(Online Book)](https://r4ds.had.co.nz/)
  10. - [R Studio](https://www.rstudio.com/)
  11. - [R Official Website](https://www.r-project.org/)