はじめに
Figure 1
![palmerpenguinsデータセットに含まれる3種のペンギン。 @allison_horstによる](https://allisonhorst.github.io/palmerpenguins/reference/figures/lter_penguins.png)
palmerpenguinsデータセットに含まれる3種のペンギン。
@allison_horstによる
初めてのtargetsによるワークフロー
Figure 1
![Screenshot of RStudio New Project Wizard menu](fig/basic-rstudio-wizard.png)
The New Project Wizard
Figure 2
![Screenshot of RStudio with a newly created project called 'targets-demo' open containing a single file, 'targets-demo.Rproj'](fig/basic-rstudio-project.png)
Your newly created project
Figure 3
![Illustration of bill (culmen) length and depth. Artwork by @allison_horst.](https://allisonhorst.github.io/palmerpenguins/reference/figures/culmen_depth.png)
Illustration of bill (culmen) length and depth.
Artwork by @allison_horst.
Loading Workflow Objects
The Workflow Lifecycle
Figure 1
![Visualization of the targets worklow, showing 'penguins_data' connected by lines to 'penguins_data_raw', 'penguins_csv_file' and 'clean_penguin_data'](fig/lifecycle-visnetwork.png)
Best Practices for targets Project Organization
Managing Packages
Working with External Files
Branching
Parallel Processing
Reproducible Reports with Quarto
Figure 1
![Quarto workflow](https://ucsbcarpentry.github.io/Reproducible-Publications-with-RStudio-Quarto/fig/03-qmd-workflow.png)
Quarto workflow