knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

Overview

R-CMD-check Codecov test coverage

The package explores functional programming. Motivating questions include:

This package implements standard algorithms using a functional programming approach to answer these questions.

Higher Order Functions

Standard Algorithms

Installation

This package will not be on cran. A stable version can be installed with:

# install.packages("devtools")
devtools::install_github("gmcmacran/functionalPlayground")


gmcmacran/functional_playground documentation built on Aug. 5, 2024, 7:40 a.m.