Skip to content

inbo/inborutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

inborutils package

Project Status: Active โ€“ The project has reached a stable, usable state and is being actively developed. runiverse-name runiverse-package

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 successful, 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/.