sujeetp97/compare-functions: Compare functions or code snippets that traverses through a list-like parameter

This package provides its main function compare_functions() which can compare between multiple functions that take in a list like parameter. A list like parameter is any object that can be traversed using the object[index] notation and can be subsetted using the object[start_index:stop_index] notation. The comparison will run the functions n number of times using a larger random sample size of the parameter each time, where n is given by the parameter - increments. The package also hosts a suite of S3 methods and functions to work with the result object of a comparison, and it also hosts a Shiny App that runs on this package.

Getting started

Package details

Maintainer
LicenseGNU General Public License
Version0.0.0.9000
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("sujeetp97/compare-functions")
sujeetp97/compare-functions documentation built on May 15, 2019, 1:39 p.m.