https://github.com/wurli/r-best-practice
A cheatsheet for basic best practice in R programming
https://github.com/wurli/r-best-practice
r r-language r-programming
Last synced: 3 months ago
JSON representation
A cheatsheet for basic best practice in R programming
- Host: GitHub
- URL: https://github.com/wurli/r-best-practice
- Owner: wurli
- License: cc-by-4.0
- Created: 2023-11-07T09:45:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T16:11:48.000Z (about 1 year ago)
- Last Synced: 2025-04-13T23:51:31.025Z (9 months ago)
- Topics: r, r-language, r-programming
- Homepage:
- Size: 7.66 MB
- Stars: 118
- Watchers: 3
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Best Practice for R :: Cheat Sheet
[](cheatsheet.pdf)
The information here is obviously highly opinionated, and by no means gives
the only correct way to do things. This is simply intended to be a quick primer
for developers new to R who have an interest in doing things well.
I originally created a
[similar version](https://dfe-r-community.github.io/posts/2023-03-14-best-practice-essentials/)
of this cheatsheet specifically for use in the UK Department for Education. This
is a slightly more generalised version.
Feel free to adapt and use this cheatsheet for your own use, but please give
credit! If you're using GitHub, the best way to do this is by creating a
fork of this repo. Please also push your changes so others can benefit!
This cheatsheet is inspired by (and has now been added to) the
[cheatsheets](https://github.com/rstudio/cheatsheets) created by Posit for other
data science software.