Browse Source

Created outline for a R-Programming language post.

pull/77/head
jrtechs 5 years ago
parent
commit
9d19102161
1 changed files with 20 additions and 0 deletions
  1. +20
    -0
      blogContent/posts/data-science/R-Programming-Language.md

+ 20
- 0
blogContent/posts/data-science/R-Programming-Language.md View File

@ -0,0 +1,20 @@
R is a programming language designed for statistical analysis and graphics.
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.
What is really cool about R is that it is an open source [GNU](http://www.gnu.org/) project.
# Why Use R
# R Syntax
<youtube src="s3FozVfd7q4" />
# R Markdown
# Resources
- [R for Data Science(Online Book)](https://r4ds.had.co.nz/)
- [R Studio](https://www.rstudio.com/)
- [R Official Website](https://www.r-project.org/)

Loading…
Cancel
Save