https://github.com/lgatto/r-programming
Writing better R code
https://github.com/lgatto/r-programming
Last synced: 24 days ago
JSON representation
Writing better R code
- Host: GitHub
- URL: https://github.com/lgatto/r-programming
- Owner: lgatto
- Created: 2013-06-26T00:23:19.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-03T17:53:30.000Z (over 11 years ago)
- Last Synced: 2025-03-24T04:23:27.612Z (about 1 month ago)
- Language: R
- Size: 879 KB
- Stars: 11
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A short R programming tutorial
===========A practical introduction to better R programming, including writing functions, functional programming,
code profiling, debugging, testing and parallelisation. Used as more advanced `R` programming lecture
during the [CSAMA](http://marray.economia.unimi.it/) workshop.The [TeachingMaterial](https://github.com/lgatto/TeachingMaterial) repository provides more material,
in particular more detailed material about several of the topics described herein.The content of this repository is licensed under the
[Creative Commons Attribution-ShareAlike 3.0 License](http://creativecommons.org/licenses/by-sa/3.0/).