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
When describing granular control of the workflow, the lesson says you can do tar_make(some_specific_target), but does not actually show the results of running such code.
When describing granular control of the workflow, the lesson says you can do
tar_make(some_specific_target)
, but does not actually show the results of running such code.This could be done in the following lines:
https://github.com/carpentries-incubator/targets-workshop/blob/b471c640afc87d93aa04ea4c4497f8e34a55428b/episodes/lifecycle.Rmd#L253-L263C4
by doing
tar_invalidate(penguins_data_raw)
, thentar_make(penguins_data_raw)
The text was updated successfully, but these errors were encountered: