brotools icon indicating copy to clipboard operation
brotools copied to clipboard

Results 4 brotools issues
Sort by recently updated
recently updated
newest added

eg the describe_list function `` `df %>% + select_if(is.list) %>% + tidyr::gather(variable, value) %>% + group_by(variable) %>% + summarise_all(funs(n_missing = sum(is.na(unique(unlist(value)))), + nobs = length(unlist(value)), + n_unique = length(unique(unlist(value))))) %>%...

Need to implement describe_dates()