The goal of metabor is to provide a one-stop place for Metabolic Data Analysis with R.
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")
This is a basic example which shows you how to solve a common problem:
library(metabor)
#> ✓ Welcome to the metabor package.
#>
## basic example code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.