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
+3 -2
View File
@@ -1,6 +1,7 @@
----
---
layout: default
----
title: Data structures
---
# Data structures
+3 -2
View File
@@ -1,6 +1,7 @@
----
---
layout: default
----
title: Dates and times
---
# Dates and times
+3 -2
View File
@@ -1,6 +1,7 @@
----
---
layout: default
----
title: Exploratory data analysis
---
# Exploratory data analysis
+3 -2
View File
@@ -1,6 +1,7 @@
----
---
layout: default
----
title: Expressing yourself in code
---
# Expressing yourself in code
+3 -2
View File
@@ -1,6 +1,7 @@
----
---
layout: default
----
title: Data import
---
# Data import
+3 -2
View File
@@ -1,6 +1,7 @@
----
---
layout: default
----
title: Lists
---
# Lists
+3 -2
View File
@@ -1,6 +1,7 @@
----
---
layout: default
----
title: Model assessment
---
# Model assessment
+3 -2
View File
@@ -1,6 +1,7 @@
----
---
layout: default
----
title: Model visualisation
---
# Model visualisation
+3 -2
View File
@@ -1,6 +1,7 @@
----
---
layout: default
----
title: Model
---
# Model
+3 -2
View File
@@ -1,6 +1,7 @@
----
---
layout: default
----
title: R Markdown
---
# R Markdown
+3 -2
View File
@@ -1,5 +1,6 @@
----
---
layout: default
----
title: Shiny
---
# Shiny
+4 -3
View File
@@ -1,8 +1,9 @@
----
---
layout: default
----
title: Strings
---
# String manipulation
# Strings
```{r setup-strings, include = FALSE}
library(stringr)
+3 -2
View File
@@ -1,6 +1,7 @@
----
---
layout: default
----
title: Tidy data
---
# Tidy data
+3 -2
View File
@@ -1,6 +1,7 @@
----
---
layout: default
----
title: Transform
---
# Data transformation {#transform}
+3 -2
View File
@@ -1,6 +1,7 @@
----
---
layout: default
----
title: Visualize
---
# Data visualisation