SyntaxFix
Write A Post
Hire A Developer
Questions
You can use purrr as well, which is similar to apply family functions:
purrr
apply
as.data.frame(purrr::map_chr(mtcars, class)) purrr::map_df(mtcars, class)