chroma/lexers/testdata/r.actual

8 lines
145 B
Text
Raw Permalink Normal View History

2025-03-22 20:46:00 +13:00
items %>%
group_by(id) %>%
filter(n() > 2) %>%
mutate(count = n()) %>%
ungroup() %>%
distinct(id, .keep_all = TRUE)
write_csv("items.csv")