forked from bioinformatics-core-shared-training/r-intro
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_site.yml
32 lines (31 loc) · 1.1 KB
/
_site.yml
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
name: "Bitesize-R"
navbar:
title: "<img style=\"width: 120px; float: left; margin-top: 0px; margin-right: 20px;\" src=\"images/CRUK_CI_logo.png\"/>R for Biologists "
left:
- text: "Contents"
href: index.html
menu:
- text: "Week 1 - An introduction to RStudio, R objects, data types, functions and vectors"
href: week1.html
- text: "Week 2 - An introduction to other data structures"
href: week2.html
- text: "Week 3 - Working with data in R"
href: week3.html
- text: "Week 4 - Data visualization with ggplot2"
href: week4.html
- text: "Week 5 - Data manipulation using dplyr"
href: week5.html
- text: "Week 6 - Grouping and combining data"
href: week6.html
- text: "Week 7 - Restructuring data for analysis"
href: week7.html
right:
- icon: fa-github fa-lg
href: https://github.com/bioinformatics-core-shared-training/Bitesize-R
output_dir: "docs"
output:
html_document:
theme: default
css: 'styles.css'
toc: TRUE
toc_float: TRUE