Would be nice to have a small wrapper for `sapply()` to run on dataframes to do things like: ```r mtcars |> data_apply(as.factor, exclude="mpg") ```