R (programming language): Difference between revisions
From Achintya Rao’s Wiki
m Achintya moved page R to R (programming language): More information in title |
Add section on packages and articles |
||
| Line 1: | Line 1: | ||
Tips and tricks about the R programming language. | Tips and tricks about the R programming language. | ||
== Packages to explore == | |||
* Golem: [https://github.com/ThinkR-open/golem GitHub page] | [https://thinkr-open.github.io/golem/ Official website] | |||
* [https://github.com/JohnCoene/echarts4r echarts4r], which uses [https://echarts.apache.org/en/index.html echarts] | |||
* shinyMobile: [https://github.com/RinteRface/shinyMobile GitHub page] | [https://rinterface.github.io/shinyMobile/ Official website] | |||
== Articles of interest == | |||
* [https://emilyriederer.netlify.com/post/rmarkdown-driven-development/ RMarkdown Driven Development (RmdDD)] | |||
* [https://emilyriederer.netlify.com/post/rmddd-tech-appendix/ RMarkdown Driven Development: the Technical Appendix] | |||
Revision as of 11:16, 14 February 2020
Tips and tricks about the R programming language.
Packages to explore
- Golem: GitHub page | Official website
- echarts4r, which uses echarts
- shinyMobile: GitHub page | Official website
