Fix yaml metadata

This commit is contained in:
hadley 2015-12-16 17:22:03 -06:00
parent 0961c77468
commit 7e70308dd5
15 changed files with 46 additions and 31 deletions

View File

@ -1,6 +1,7 @@
----
---
layout: default
----
title: Data structures
---
# Data structures

View File

@ -1,6 +1,7 @@
----
---
layout: default
----
title: Dates and times
---
# Dates and times

View File

@ -1,6 +1,7 @@
----
---
layout: default
----
title: Exploratory data analysis
---
# Exploratory data analysis

View File

@ -1,6 +1,7 @@
----
---
layout: default
----
title: Expressing yourself in code
---
# Expressing yourself in code

View File

@ -1,6 +1,7 @@
----
---
layout: default
----
title: Data import
---
# Data import

View File

@ -1,6 +1,7 @@
----
---
layout: default
----
title: Lists
---
# Lists

View File

@ -1,6 +1,7 @@
----
---
layout: default
----
title: Model assessment
---
# Model assessment

View File

@ -1,6 +1,7 @@
----
---
layout: default
----
title: Model visualisation
---
# Model visualisation

View File

@ -1,6 +1,7 @@
----
---
layout: default
----
title: Model
---
# Model

View File

@ -1,6 +1,7 @@
----
---
layout: default
----
title: R Markdown
---
# R Markdown

View File

@ -1,5 +1,6 @@
----
---
layout: default
----
title: Shiny
---
# Shiny

View File

@ -1,8 +1,9 @@
----
---
layout: default
----
title: Strings
---
# String manipulation
# Strings
```{r setup-strings, include = FALSE}
library(stringr)

View File

@ -1,6 +1,7 @@
----
---
layout: default
----
title: Tidy data
---
# Tidy data

View File

@ -1,6 +1,7 @@
----
---
layout: default
----
title: Transform
---
# Data transformation {#transform}

View File

@ -1,6 +1,7 @@
----
---
layout: default
----
title: Visualize
---
# Data visualisation