Skip to content

Commit

Permalink
Fix yaml metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Dec 16, 2015
1 parent 0961c77 commit 7e70308
Show file tree
Hide file tree
Showing 15 changed files with 46 additions and 31 deletions.
5 changes: 3 additions & 2 deletions data-structures.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
----
---
layout: default
----
title: Data structures
---

# Data structures

Expand Down
5 changes: 3 additions & 2 deletions datetimes.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
----
---
layout: default
----
title: Dates and times
---

# Dates and times

Expand Down
5 changes: 3 additions & 2 deletions eda.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
----
---
layout: default
----
title: Exploratory data analysis
---

# Exploratory data analysis

Expand Down
5 changes: 3 additions & 2 deletions functions.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
----
---
layout: default
----
title: Expressing yourself in code
---

# Expressing yourself in code

Expand Down
5 changes: 3 additions & 2 deletions import.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
----
---
layout: default
----
title: Data import
---

# Data import

Expand Down
5 changes: 3 additions & 2 deletions lists.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
----
---
layout: default
----
title: Lists
---

# Lists

Expand Down
5 changes: 3 additions & 2 deletions model-assess.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
----
---
layout: default
----
title: Model assessment
---

# Model assessment

Expand Down
5 changes: 3 additions & 2 deletions model-vis.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
----
---
layout: default
----
title: Model visualisation
---

# Model visualisation

Expand Down
5 changes: 3 additions & 2 deletions model.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
----
---
layout: default
----
title: Model
---

# Model

Expand Down
5 changes: 3 additions & 2 deletions rmarkdown.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
----
---
layout: default
----
title: R Markdown
---

# R Markdown

Expand Down
5 changes: 3 additions & 2 deletions shiny.Rmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
----
---
layout: default
----
title: Shiny
---

# Shiny
7 changes: 4 additions & 3 deletions strings.Rmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
----
---
layout: default
----
title: Strings
---

# String manipulation
# Strings

```{r setup-strings, include = FALSE}
library(stringr)
Expand Down
5 changes: 3 additions & 2 deletions tidy.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
----
---
layout: default
----
title: Tidy data
---

# Tidy data

Expand Down
5 changes: 3 additions & 2 deletions transform.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
----
---
layout: default
----
title: Transform
---

# Data transformation {#transform}

Expand Down
5 changes: 3 additions & 2 deletions visualize.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
----
---
layout: default
----
title: Visualize
---

# Data visualisation

Expand Down

0 comments on commit 7e70308

Please sign in to comment.