allows for the best summary statistics for each variable grouped by a categorical variable. It can also be saved as a list with an assignment.
library(purrr)
credit %>% split(credit$Date) %>% map(summary)
ещё бы map заменить на lapply...
You’ll have to do some formatting, or export to excel !
Обсуждают сегодня