tidyfun / tf

S3 classes and methods for tidy functional data
https://tidyfun.github.io/tf/
GNU Affero General Public License v3.0
7 stars 2 forks source link

refactor: only use anonymous function style for single line #143

Closed m-muecke closed 14 hours ago

m-muecke commented 1 day ago

Matching style with latest tidyverse style guide: https://style.tidyverse.org/functions.html#anonymous-functions

fabian-s commented 14 hours ago

thx!