Skip to content

Commit

Permalink
use sample
Browse files Browse the repository at this point in the history
  • Loading branch information
wlangera committed Aug 20, 2024
1 parent 8e06c1f commit 9541892
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 40 deletions.
4 changes: 2 additions & 2 deletions source/targets/data_preparation/_targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -305,11 +305,11 @@ list(
tar_target(
name = add_crop_prop_var,
command = calc_crop_prop_by_year(
punten_df = add_other_bo_var,
punten_df = sample_by_year,
crop_layer = crop_layers_by_year,
group_by_col = "GWSNAM_H"
),
pattern = map(add_other_bo_var, crop_layers_by_year),
pattern = map(sample_by_year, crop_layers_by_year),
iteration = "list"
)
)
Loading

0 comments on commit 9541892

Please sign in to comment.