Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pmassicotte/malina_data_paper

Repository for the data paper of the MALINA oceanographic cruise.
https://github.com/pmassicotte/malina_data_paper

data-paper oceanography

Last synced: about 1 month ago
JSON representation

Repository for the data paper of the MALINA oceanographic cruise.

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
echo = FALSE,
message = FALSE
)

library(tidyverse)

```

# MALINA data paper

This is the repository for the data paper of the MALINA cruise.

- http://www.obs-vlfr.fr/malina/
- http://www.obs-vlfr.fr/proof/php/malina/x_datalist_1.php?xxop=malina&xxcamp=malina

## List of stations

```{r}
station <- read_csv(here::here("data/clean/stations.csv"))
station %>%
arrange(date) %>%
knitr::kable()
```