Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pmassicotte/malina_data_paper
- Owner: PMassicotte
- License: gpl-3.0
- Created: 2020-04-08T16:08:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-12T21:48:56.000Z (over 3 years ago)
- Last Synced: 2024-10-28T12:34:23.344Z (3 months ago)
- Topics: data-paper, oceanography
- Language: TeX
- Homepage:
- Size: 136 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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()
```