https://github.com/annakrystalli/seabirddietdb

Seabird Diet (stomach content) Database collected around the British Isles (1933 - 2017)

https://github.com/annakrystalli/seabirddietdb

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (17.1%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Seabird Diet (stomach content) Database collected around the British Isles (1933 - 2017)

Basic Info
Statistics
  • Stars: 2
  • Watchers: 4
  • Forks: 0
  • Open Issues: 5
  • Releases: 0
Created about 8 years ago · Last pushed almost 7 years ago
Metadata Files
Readme License

README.Rmd

---
output: github_document
---



```{r setup, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```
# seabirddietDB


[![Travis build status](https://travis-ci.org/annakrystalli/seabirddietDB.svg?branch=master)](https://travis-ci.org/annakrystalli/seabirddietDB)
[![Codecov test coverage](https://codecov.io/gh/annakrystalli/seabirddietDB/branch/master/graph/badge.svg)](https://codecov.io/gh/annakrystalli/seabirddietDB?branch=master)


The goal of seabirddietDB is to provide access and tools to interact with a database of seabird diets collected around the British Isles.

## Installation

You can install the development version from [GitHub](https://github.com/) with:

``` r
# install.packages("remotes")
remotes::install_github("annakrystalli/seabirddietDB")
```

## Data 

For more details on the dataset, check out the [full documentation](https://annakrystalli.me/seabirddietDB/)


## Example

To access the data simply load the package. The data is then available

```{r print-seabirddiet}
library(seabirddietDB)

```


```{r, eval=FALSE}
seabirddiet
```

```{r, echo=FALSE}
tibble::as_tibble(seabirddiet)
```


A version with more formal data types/structures in the columns (ie geographic information stored as `sf`, categorical data as factors etc) is also available. Note that you will need package `sf` installed to load this version of the data.

```{r print-seabirddiet_, eval=FALSE}
class(seabirddiet_)
```


## Helpers

### metadata

A number of metadata datasets are included with the package: `attributes`, `references` and `classification`. Load them as you would one of the datasets, e.g. :

```{r}
references
```



### List
List predators

```{r}
sbd_predators()
```

List prey

```{r}
sbd_prey(verbose = TRUE)
```

### Filter data
#### filter predator
```{r}
sbd_filter(pred_species = "Fratercula arctica")
```

#### filter metrics

```{r}

sbd_filter(pred_species = "Fratercula arctica", metrics = "freq_biomass")
```

#### filter prey
```{r}
sbd_filter(prey_taxon = c("Cottidae", "Actinopterygii"))
```

#### filter year

```{r}
sbd_filter(year = 1973:1976)
```



#### filter multiple
```{r}
sbd_filter(year = 1973:1976, pred_species = "Uria aalge", prey_taxon = "Gadidae")
```



### Plot data

There are additional helpers for interactive plotting of data

```{r plot-year}
sbd_plot_predators(year = 1973)
```


***

To cite use

```{r}
citation("seabirddietDB")
```

Owner

  • Name: Anna Krystalli
  • Login: annakrystalli
  • Kind: user
  • Location: Syros, Greece
  • Company: @r-rse

Research Software Engineering Service in #rstats at @r-rse. Ex @RSE-Sheffield. Editor @ropensci. Core team member @reprohack. Available for hire! 🚀😎

GitHub Events

Total
Last Year

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 204
  • Total Committers: 1
  • Avg Commits per committer: 204.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
annakrystalli a****i@g****m 204

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 23
  • Total pull requests: 0
  • Average time to close issues: 4 months
  • Average time to close pull requests: N/A
  • Total issue authors: 2
  • Total pull request authors: 0
  • Average comments per issue: 0.65
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • annakrystalli (20)
  • agnesolin (1)
Pull Request Authors
Top Labels
Issue Labels
question (3) enhancement (1) shiny app (1)
Pull Request Labels