Skip to content

damianooldoni/inborutils

 
 

Repository files navigation

inborutils package

R-CMD-check

This inborutils package provides a collection of useful R utilities and snippets that we consider recyclable for multiple projects. The functions are either out of scope or just not mature enough to include as extensions to existing packages.

Some of these functions will be targeted to INBO usage itself, but maybe some of them are useful in a broader context and we would be happy to support the wider scientific community with our snippets.

Installation

Install inborutils from inbo.r-universe:

install.packages("inborutils", repos = c(inbo = "https://inbo.r-universe.dev", 
                                         CRAN = "https://cloud.r-project.org"))

Or you can install inborutils from github with:

# install.packages("devtools")
devtools::install_github("inbo/inborutils")

When succesfull, load it as usual:

library(inborutils)

Usage

We try to do the best we can to keep the documentation up to date and keep an overview of the functionalities on the package documentation website: https://inbo.github.io/inborutils/.

About

🍁 Collection of useful R utilities and snippets

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%