R (programming language): Difference between revisions
From Achintya Rao’s Wiki
→Packages to explore: Add diffobj |
Add bbplot |
||
| Line 22: | Line 22: | ||
* [https://github.com/JohnCoene/echarts4r echarts4r], which uses [https://echarts.apache.org/en/index.html echarts] | * [https://github.com/JohnCoene/echarts4r echarts4r], which uses [https://echarts.apache.org/en/index.html echarts] | ||
* [https://github.com/bbc/bbplot bbplot from the BBC] | |||
** [https://github.com/bbc/rcookbook BBC’s R Cookbook] | |||
=== Environments === | === Environments === | ||
Revision as of 22:21, 22 May 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
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
