R (programming language): Difference between revisions
From Achintya Rao’s Wiki
→Packages to explore: Add Thematic Cartography and flagon |
→Packages to explore: Add DataEditR |
||
| Line 13: | Line 13: | ||
** 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] | * diffobj: [https://github.com/brodieG/diffobj GitHub repo] | ||
* DataEditR: [https://github.com/DillonHammill/DataEditR GitHub repo] | [https://dillonhammill.github.io/DataEditR/ official website] | |||
=== Reporting === | === Reporting === | ||
Revision as of 20:00, 26 August 2020
Tips and tricks about the R programming language.
Interesting repos / projects
- aRt by Will Chase: GitHub repo | Website
Packages to explore
Analysis
- magrittr GitHub repo | Official website
- Try the additional pipe operators shown in the abstract (see also in the official website)
- diffobj: GitHub repo
- DataEditR: GitHub repo | official website
Reporting
- report: GitHub repo | Official website
- performance: GitHub repo | Official website
Plotting
- echarts4r, which uses echarts
- bbplot from the BBC
Environments
- wrapr: GitHub repo | Official website
R Markdown
- downloadthis: Official website
- pander: GitHub repo | Official website
Shiny
- Golem: GitHub repo | Official website
- shinyMobile: GitHub repo | Official website
Cartography
- Thematic Cartography: GitHub repo | Official website
Miscellaneous
- flagon: GitHub repo
