Skip to content

Commit

Permalink
differences for PR #626
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 21, 2024
1 parent a582aaa commit d62bb37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 04-cond.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ analyze_all <- function(folder = "data", pattern) {
```

While these are useful in an interactive R session, what if we want to send our results to our collaborators?
Since we currently have 12 data sets, running `analyze_all` creates 36 plots.
Since we currently have 12 data sets, running `analyze_all(pattern = inflammation.*csv)` creates 36 plots.
Saving each of these individually would be tedious and error-prone.
And in the likely situation that we want to change how the data is processed or the look of the plots, we would have to once again save all 36 before sharing the updated results with our collaborators.

Expand Down
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"episodes/01-starting-with-data.Rmd" "3e41b68d8a70fe1c55c563436e095cb7" "site/built/01-starting-with-data.md" "2024-06-07"
"episodes/02-func-R.Rmd" "63ecf5b473cfc43cff7234343384882d" "site/built/02-func-R.md" "2024-06-07"
"episodes/03-loops-R.Rmd" "def50bf69a5c732f48572b1a9e6a6c2d" "site/built/03-loops-R.md" "2024-06-07"
"episodes/04-cond.Rmd" "e27ebefd130401d7b159b2997bc4e8be" "site/built/04-cond.md" "2024-06-07"
"episodes/04-cond.Rmd" "3c25c909df6726fab011ca1b059de0dd" "site/built/04-cond.md" "2024-06-21"
"episodes/05-cmdline.Rmd" "d2f27f7392a654d640a7f9618355c039" "site/built/05-cmdline.md" "2024-06-07"
"episodes/06-best-practices-R.Rmd" "2c92bd77684a9dcee63365cc4b7f6724" "site/built/06-best-practices-R.md" "2024-06-07"
"episodes/07-knitr-R.Rmd" "9d72817e62024160b5b0c6a1353f236f" "site/built/07-knitr-R.md" "2024-06-04"
Expand Down

0 comments on commit d62bb37

Please sign in to comment.