Skip to content

Commit

Permalink
Whitespace, re-render
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Apr 11, 2018
1 parent 0fd97ba commit 0c12320
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions ex02_create-or-mutate-in-place.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ library(tidyverse)
#' ### Function to produce a fresh example data frame
new_df <- function() {
tribble(
~ name, ~ age,
"Reed", 14L,
"Wesley", 12L,
"Eli", 12L,
"Toby", 1L
~ name, ~ age,
"Reed", 14L,
"Wesley", 12L,
"Eli", 12L,
"Toby", 1L
)
}

Expand Down
12 changes: 6 additions & 6 deletions ex02_create-or-mutate-in-place.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Add or modify a variable
================
Jenny Bryan
2018-04-02
2018-04-10

``` r
library(tidyverse)
Expand All @@ -12,11 +12,11 @@ library(tidyverse)
``` r
new_df <- function() {
tribble(
~ name, ~ age,
"Reed", 14L,
"Wesley", 12L,
"Eli", 12L,
"Toby", 1L
~ name, ~ age,
"Reed", 14L,
"Wesley", 12L,
"Eli", 12L,
"Toby", 1L
)
}
```
Expand Down

0 comments on commit 0c12320

Please sign in to comment.