-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.Rmd
More file actions
56 lines (40 loc) · 1.55 KB
/
index.Rmd
File metadata and controls
56 lines (40 loc) · 1.55 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
title: "Lab Handbook"
subtitle: "Our R Computing Lab"
author:
- S. Mason Garrison
date: "`r Sys.Date()`"
knit: "bookdown::render_book"
site: bookdown::bookdown_site
url: 'https\://r-computing-lab.github.io/handbook/'
github-repo: R-Computing-Lab/handbook
twitter-handle: smasongarrison
cover-image: assets/logo.png
documentclass: book
bibliography: [book.bib, packages.bib]
biblio-style: apalike
link-citations: yes
description: "Handbook for the R Computing Lab"
favicon: assets/favicon.ico
---
# (PART\*) Front Matter {-}
# Preamble {-}
```{r child="content/info_rlab.md"}
```
```{r links, child="content/links.md"}
```
```{r include = FALSE}
source("common.R")
htmltools::tagList(rmarkdown::html_dependency_font_awesome())
library(tidyverse)
library(devtools)
library(DT)
library(readr)
```
```{r, echo=FALSE}
"https://www.youtube.com/watch?v=yPr-Vm6Ji0E" %>%
embed_url() %>%
use_align("center")
```
## How to use this handbook {-}
This handbook is broken down into multiple section and chapters. Use the table of contents on the left side of the screen to navigate, and use the hamburger icon (horizontal bars) at the top of the document to open or close the table of contents. At the top of the document, you'll see additional icons which you can click to search the document, change the size, font or color scheme of the page. This lab handbook is constantly changing and in active development. Some sections may be empty. I encourage you to contribute to the [lab github][git_lab]. If you catch typos or errors, please issue a pull request with the fixes.