Closed RichardScottOZ closed 7 months ago
At here in 03-training-data.qmd
a conflict in 'filter' definition
I presume this is the one you want as it exists?
picks_nlp_thinned <- picks_nlp |> tidyterra::filter(!row_number() %in% idx_within_dist)
Thanks for that - dplyr::filter would be the intent
dplyr::filter
At here in 03-training-data.qmd
a conflict in 'filter' definition
I presume this is the one you want as it exists?