You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: readme.md
+2
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,8 @@ For example:
68
68
`tar_load(table_coverage_2018)` will load `table_coverage_2018` into your environment.
69
69
`tar_read(vis_2018)` will display the coverage and bias plots for the 2018 simulations.
70
70
71
+
These tables and plots have also been pulled into the `code/report.html` generated at the end of the workflow.
72
+
71
73
## Reproducibility
72
74
73
75
The workflow has been made reproducible using the [targets package](https://github.com/ropensci/targets) by Will Landau and contributors. Random seeds are set, so you should receive the same results if you run this workflow multiple times while providing the same parameters.
0 commit comments