-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
46 lines (32 loc) · 1.59 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "vignettes/README-",
fig.width = 10,
fig.height = 4
)
```
# sohungry
[![R-CMD-check](https://github.com/SCAR/sohungry/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/SCAR/sohungry/actions/workflows/R-CMD-check.yaml)
[![codecov](https://codecov.io/gh/SCAR/sohungry/branch/master/graph/badge.svg)](https://codecov.io/gh/SCAR/sohungry)
[![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/sohungry)](http://cran.r-project.org/web/packages/sohungry)
## Overview
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/.
### Installing
```{r eval=FALSE}
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")
```
## Usage
Basic usage: load the desired dataset using `so_isotopes()`, `so_energetics()`, `so_lipids()`, `so_dna_diet()`, or `so_diet()`.
## Examples
See the [package vignette](https://scar.github.io/sohungry/articles/sohungry.html).