From e4efe775b5f6822de88702a17a5f4ac290dcc244 Mon Sep 17 00:00:00 2001 From: Notinm Date: Mon, 8 Aug 2022 21:01:23 -0400 Subject: [PATCH] Adding a new article on R --- guides/data_science/R.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 guides/data_science/R.md diff --git a/guides/data_science/R.md b/guides/data_science/R.md new file mode 100644 index 00000000..dd6e2e8e --- /dev/null +++ b/guides/data_science/R.md @@ -0,0 +1,5 @@ + +#The programming language R was named after its creators, Ross Ihaka and Robert Gentleman. Created in 1993 to commemorate both of its creators sharing this letter as the first of their name, R is mainly used for statistics, data analysis and machine learning. The official software is open-source and free, which makes it popular among academics, government bodies and other industries. Some tools can be easily paired with R to create scripts and straightforward visualizations, such as RStudio. Other packages available can also increase R’s capabilities, like knitr and Sweave, allowing the user to integrate R with LaTeX, for instance. Some companies even provide paid extensions with commercial support to the famous programming language. + +#R is also considered an alternative to other data science softwares, like Tableau, PowerBI and SAS. Although considered a more sophisticated tool because of its procedural nature, R is often preferred as mentioned earlier due to its open-source availability. +