summarise_() returns a data frame.
If argument group is not NULL, output get its first columns called according to the names present in argument group.
The following columns are called according to the name of each argument present in ....
Each row corresponds to processed expressions determined in ... for each group determined in group, or over the whole data frame if group is NULL.