HuraultMisc

R build status Codecov test coverage Lifecycle: experimental License: MIT

HuraultMisc is my personal R package regrouping functions used across different projects. The library mostly provides functions for data analysis.

The package can be installed and loaded by typing the following commands in R:

devtools::install_github("ghurault/HuraultMisc")
library(HuraultMisc)

The list of available functions and their documentation can be accessed from:

help(package = HuraultMisc)