Skip to content

Commit

Permalink
don't run code in vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
beanumber committed Oct 11, 2023
1 parent cd8bfaa commit b83dfdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/using_etl.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ cars %>%

To populate the whole database from scratch, use `etl_create`.

```{r}
```{r, eval=FALSE}
cars %>%
etl_create()
```
Expand Down

0 comments on commit b83dfdd

Please sign in to comment.