R (programming language): Difference between revisions

From Achintya Rao’s Wiki
Packages to explore: Add magrittr reference
Line 12: Line 12:
* magrittr [https://github.com/tidyverse/magrittr GitHub repo] | [https://magrittr.tidyverse.org/ Official website]
* magrittr [https://github.com/tidyverse/magrittr GitHub repo] | [https://magrittr.tidyverse.org/ Official website]
** Try the additional pipe operators shown in [https://cran.r-project.org/web/packages/magrittr/vignettes/magrittr.html the abstract] (see also in [https://magrittr.tidyverse.org/reference/ the official website])
** Try the additional pipe operators shown in [https://cran.r-project.org/web/packages/magrittr/vignettes/magrittr.html the abstract] (see also in [https://magrittr.tidyverse.org/reference/ the official website])
* diffobj: [https://github.com/brodieG/diffobj GitHub repo]


=== Reporting ===
=== Reporting ===

Revision as of 11:15, 22 March 2020

Tips and tricks about the R programming language.

Interesting repos / projects

Packages to explore

Analysis

Reporting

Plotting

Environments

R Markdown

Shiny

Articles of interest

Fun