/R-utilities

R script that stores all the utility function I've found useful in my R code developments and that are not specific to a single project

Primary LanguageHTML

Utility functions for R.

These R script stores all the utility function I've found useful in my R code developments and that are not specific to a single project

How to use it ?

Either fork/clone the repo for your own use or simply copy/paste the functions you need from the description file

How to contribute ?

You can add you own functions via pull request. Of course, feel free to add you name in the contributor list.

Please respect the structuration of the file by adding the following information before your function definition

#+ ---------------------------------
#' Your function description goes here
#' please cite your inspiration source

Once you have made modifications to the R-utilities.R file, please render it using rmarkdown::render("R-utilities.R") before submitting pull request.

How to get notified of code updates ?

Subscribe to the repository commit feed](https://github.com/pokyah/R-utilities/commits/master.atom) You can also add it to your riot.im room with the rss integration tool

Contributors