knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "vignettes/README-", fig.width = 10, fig.height = 4 )
This R package provides access to the SCAR Southern Ocean Diet and Energetics Database, and some tools for working with these data. For more information about the database see https://scar.org/resources/southern-ocean-diet-energetics/.
options(repos = c(scar = "https://scar.r-universe.dev", CRAN = "https://cloud.r-project.org")) install.packages("sohungry") ## or install from github ## install.packages("remotes") ## if needed remotes::install_github("SCAR/sohungry")
Basic usage: load the desired dataset using so_isotopes(), so_energetics(), so_lipids(), so_dna_diet(), or so_diet().
See the package vignette.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.