Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.22 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.22 KB

NEONss2019-biodiv

Biodiversity group (WG#17) at NEON Science Summit 2019 led by PL Zarnetske, S Record, D Li

Links

Organizing code

In the code folder, let's try to put all the packages and custom functions into the 00_pkg_functions.R.

Each taxon group can creat a file named as 01_data_taxa.R. For example, for plants, we can put all the code to download, clean, and save plant sampling data in 01_data_plant.R. Within each file, we can group code by sections such as "Download data", "Clean data", "Save data", etc.

After we have all uploaded code to clean different taxanomic groups, we can then create a file named as something like 02_neon_ecocomDP.R to convert all cleaned data to the ecocommDP format.