Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 185 Bytes

File metadata and controls

14 lines (9 loc) · 185 Bytes

FPR

Functional Programming in R

Implements folds in R to make functional programming easier

Installation

library(devtools)
install_github("FPR", user="erickramer")