markfairbanks / tidytable

Tidy interface to 'data.table'
https://markfairbanks.github.io/tidytable/
Other
449 stars 33 forks source link

docs: across() with where() #638

Closed nick-youngblut closed 1 year ago

nick-youngblut commented 1 year ago

It would help if the docs included examples of using across() with where(), such as:

iris %>%
    mutate.(across.(where(is.numeric), ~ round(.x, 2)))
markfairbanks commented 1 year ago

Yep, I think that’s a good idea.