This repository contains short code to transform raw data of dataset Stable isotope ratios and elemental contents of C, N and S in benthic organisms sampled during the PROTEKER 5 summer campaign in Kerguelen Islands (2016)
Full version of dataset is published in the portals below.
.
├── README.md : description of this repository
├── proteker2016.Rproj : R Project
├── data : directory to store data
│ └── processed : directory to store processed data
├── html : HTML of knitted Rmd files
│ └── transform-data.html
├── renv : renv files for dependencies
├── renv.lock : describe the state of project's library
└── transform-data.Rmd : Rmarkdown file of the code
Knitted Rmarkdown can be rendered at https://raw.githack.com/biodiversity-aq/proteker-2016/master/html/transform-data.html
If dependencies are not automatically installed by renv
when you open proteker2016.Rproj
, try the following command.
renv::restore()
You can run chunks of R code in transform-data.Rmd
or knit them into html.