Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 847 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 847 Bytes

R build status

Introduction

This repo stores reference materials for the NCEAS data team. All reference materials can be accessed at the following address.

https://nceas.github.io/datateam-training/reference

Select reference material has additionally been curated into a training document that can be accessed at the following address.

https://nceas.github.io/datateam-training/training

Contributing

This is written using bookdown. On more information on style conventions please see CONTRIBUTING.md.

To render the book locally:

xfun::in_dir('training', bookdown::render_book('index.Rmd', 'bookdown::gitbook')) xfun::in_dir('reference', bookdown::render_book('index.Rmd', 'bookdown::gitbook'))