R (programming language): Difference between revisions
From Achintya Rao’s Wiki
Add bbplot |
→Packages to explore: Add Thematic Cartography and flagon |
||
| Line 38: | Line 38: | ||
* Golem: [https://github.com/ThinkR-open/golem GitHub repo] | [https://thinkr-open.github.io/golem/ Official website] | * 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] | * shinyMobile: [https://github.com/RinteRface/shinyMobile GitHub repo] | [https://rinterface.github.io/shinyMobile/ Official website] | ||
=== Cartography === | |||
* Thematic Cartography: [https://github.com/riatelab/cartography/ GitHub repo] | [https://riatelab.github.io/cartography/ Official website] | |||
=== Miscellaneous === | |||
* flagon: [https://github.com/coolbutuseless/flagon GitHub repo] | |||
== Articles of interest == | == Articles of interest == | ||
Revision as of 09:13, 13 July 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
Cartography
- Thematic Cartography: GitHub repo | Official website
Miscellaneous
- flagon: GitHub repo
