forked from geanders/RProgrammingForResearch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
36 lines (28 loc) · 1.27 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
title: "R Programming for Research"
subtitle: "Colorado State University, ERHS 535"
author: "Brooke Anderson, Rachel Severson, and Nicholas Good"
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
knit: "bookdown::render_book"
documentclass: book
bibliography: ["book.bib", "packages.bib"]
biblio-style: apalike
link-citations: yes
github-repo: rstudio/bookdown-demo
description: "This is a bookdown version of the course notes for R Programming for Research, Colorado State University, Fall 2016."
---
# Online course book, ERHS 535 {-}
This is the online book for Colorado State University's *R Programming for
Research* courses (ERHS 535, ERHS 581A3, and ERHS 581A4).
This book includes course information, course notes, links to download pdfs of
lecture slides, in-course exercises, homework assignments, and vocabulary lists
for quizzes for this course.
> "“Give someone a program, you frustrate them for a day; teach them how to
program, you frustrate them for a lifetime.”---David Leinweber"
This work is licensed under a [Creative Commons Attribution-NonCommercial 4.0
International License](https://creativecommons.org/licenses/by-nc/4.0/).
```{r echo = FALSE}
knitr::include_app("https://brookeanderson.shinyapps.io/attendance/",
height = "800px")
```