Skip to content

Commit 65e88cf

Browse files
committed
Minor edit
1 parent 30e366d commit 65e88cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ tar_pipeline(
8989

9090
### Run the pipeline
9191

92-
When you run [`tar_make()`](https://wlandau.github.io/targets/reference/tar_make.html), your local R session computes `rnorm(5)`, saves it to a temporary [`qs`](https://github.com/traversc/qs) file on disk, and then uploads it to a file called `_targets/data` on your S3 bucket. Likewise for `mean_file`, but because the format is `"aws_file"`, you are responsible for supplying the path to the file that gets uploaded to `_targets/mean_file`.
92+
When you run the pipeline above with [`tar_make()`](https://wlandau.github.io/targets/reference/tar_make.html), your local R session computes `rnorm(5)`, saves it to a temporary [`qs`](https://github.com/traversc/qs) file on disk, and then uploads it to a file called `_targets/data` on your S3 bucket. Likewise for `mean_file`, but because the format is `"aws_file"`, you are responsible for supplying the path to the file that gets uploaded to `_targets/mean_file`.
9393

9494
```{r, eval = FALSE}
9595
tar_make()

0 commit comments

Comments
 (0)