Skip to content

Commit

Permalink
fixed Rmd notebook to have runnable chunk for creating a snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
asampat3090 committed May 28, 2018
1 parent f7b9f8a commit 7f78034
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/R/snapshot_create_notebook.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ config
stats
```

```{bash snapshotCreate}
system2("datmo", args=paste("snapshot create", "-m 'Whoah, my first snapshot!'", config, stats), timeout=30)
```{r snapshotCreate}
system2("datmo", args=paste("snapshot create", "-m 'Whoah, my first snapshot!'", config, stats))
```

```{bash}
datmo snapshot ls
```
```

0 comments on commit 7f78034

Please sign in to comment.