R (programming language): Difference between revisions
From Achintya Rao’s Wiki
m Add category |
→Packages to explore: Add report and restructure |
||
| Line 8: | Line 8: | ||
== Packages to explore == | == Packages to explore == | ||
* | === Reporting === | ||
* report: [https://github.com/easystats/report GitHub repo] | [https://easystats.github.io/report Official website] | |||
=== Plotting === | |||
* [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] | ||
* shinyMobile: [https://github.com/RinteRface/shinyMobile GitHub | |||
=== Shiny === | |||
* Golem: [https://github.com/ThinkR-open/golem GitHub repo] | [https://thinkr-open.github.io/golem/ Official website] | |||
* shinyMobile: [https://github.com/RinteRface/shinyMobile GitHub repo] | [https://rinterface.github.io/shinyMobile/ Official website] | |||
== Articles of interest == | == Articles of interest == | ||
Revision as of 14:54, 23 February 2020
Tips and tricks about the R programming language.
Interesting repos / projects
- aRt by Will Chase: GitHub repo | Website
Packages to explore
Reporting
- report: GitHub repo | Official website
Plotting
Shiny
- Golem: GitHub repo | Official website
- shinyMobile: GitHub repo | Official website
