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)
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
SESSION INFO
devtools::session_info()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.