/funcutils

Utility Functions in R Package

Primary LanguageR

funcutils

R package with utility functions written during my PhD projects.

How to Install

You can install this through use devtools:

devtools::install_github("saisomesh2594/funcutils", upgrade_dependencies = FALSE)

Overview

To see the full list of exported functions:

library("funcutils")
ls("package:funcutils")