Kate Culhane, Dept. of Ecology, Evolution, and Marine Biology, UC Santa Barbara
kathrynculhane@ucsb.edu


htmltools::tagList(rmarkdown::html_dependency_font_awesome())
knitr::opts_knit$set(root.dir='..')
knitr::opts_chunk$set(echo=TRUE, results='hold', warning=FALSE, message=FALSE,
                      fig.width=5, fig.height=3, rows.print=5)
**SUMMARY** Description and wrangling of datasets. Raw data are located in the project directory [`data_raw`](https://github.com/katekathrynkat/PROJECT/tree/master/data_raw/).

DATA FILE STRUCTURE

data_raw
├── external                     # Data from external sources
├── field                        # Field/lab measurements
    ├── original_spreadsheets        # Original data (no cleaning/proofing)
        ├── [...].xlxs                  # Original Excel files
        └── data_errata.txt             # Log of corrections made to .csv files
    ├── data_file_1.csv          # 
    └── data_file_2.csv          # 
├── literature                   # Data compiled from the literature
└── spatial                      # Maps and other spatial files

DEPENDENCIES

##### PACKAGES #####

# library(tidyverse) # data manipulation & visualization

##### DATA #####

# read_csv()

OUTPUT FILES

Dataset 1

wzxhzdk:2





SESSION INFO

devtools::session_info()



katekathrynkat/katereR documentation built on Dec. 21, 2021, 5:19 a.m.