Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/courtiol/Rguides
Alternative cheat sheets for R
https://github.com/courtiol/Rguides
Last synced: 9 days ago
JSON representation
Alternative cheat sheets for R
- Host: GitHub
- URL: https://github.com/courtiol/Rguides
- Owner: courtiol
- Created: 2019-09-27T14:57:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-29T13:50:07.000Z (about 4 years ago)
- Last Synced: 2024-11-03T11:42:47.449Z (about 1 month ago)
- Homepage:
- Size: 8.42 MB
- Stars: 53
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - courtiol/Rguides - Alternative cheat sheets for R (Others)
README
# Data transformation with ``dplyr`` 1.0
We have created these alternative cheat sheets (or guides) for those who already know a little about __dplyr__. The point of these guides is to help you figuring out quickly which verb and arguments to use -- in the context of data transformation applied to table(s) of class ``tibble`` or ``data.frame``.
As such the guides complement and do not substitute the official __dplyr__ cheat sheet which is available [here](https://github.com/rstudio/cheatsheets).
Note that many __dplyr__ functions are not covered here; all the nice joining functions designed to work with pairs of tables, but also many others.
These guides about __dplyr__ have been created on the October 2020 using LibreOffice. We tested most things on __dplyr__ version 1.0.1. The __PDF__ have directly been created using LibreOffice export function. The __PNG__ have been created importing the __PDF__ files in __GIMP__ at a resolution of 200 pixel per inch.
We used the following typefaces:
- Nimbus Sans
- monaco
- Source Code Pro
- Cantarell## Feedback wanted
If you have any ideas about how to improve these guides, please leave comments as issues or PR.
## Help wanted
Volunters who could turn these guides into durable __LaTeX__ files are highly welcome (LibreOffice formating is too fragile, but the amount of __TikZ__ gymnastic required is a little daunting).