README.md

metabor

Lifecycle:
experimental CRAN
status

The goal of metabor is to provide a one-stop place for Metabolic Data Analysis with R.

Installation

You will be able to install the released version of metabor from CRAN with:

install.packages("metabor")

Install the development version from GitHub:

# install.packages("devtools")
devtools::install_github("yajiez/metabor")

Usage

This is a basic example which shows you how to solve a common problem:

library(metabor)
#> ✓ Welcome to the metabor package.
#> 
## basic example code


yajiez/metabor documentation built on Feb. 24, 2020, 2 a.m.