Browse Source

Resize first image because github doesn't like inline css

pull/5/merge
Garrick Aden-Buie 7 years ago
parent
commit
36ff0d8571
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      README.Rmd
  2. +1
    -1
      README.md

+ 1
- 1
README.Rmd View File

@@ -37,7 +37,7 @@ g <- plot_data(initial_dfs) +
ggsave(g, file = here::here("images/original-dfs.png"))
```

<img src="images/original-dfs.png" style="max-width: 480px" />
<img src="images/original-dfs.png" width="480px" />

```{r echo=TRUE}
x

+ 1
- 1
README.md View File

@@ -8,7 +8,7 @@ Garrick Aden-Buie – [@grrrck](https://twitter.com/grrrck) –

## Mutate Joins

<img src="images/original-dfs.png" style="max-width: 480px" />
<img src="images/original-dfs.png" width="480px" />

``` r
x

Loading…
Cancel
Save