powered by
Indicate grouping variables in data frame
group_by_data(.data, ...)
Data frame
Unquoted (non-standard evaluation) name(s) of group variable(s).
A data frame with groups attribute
# NOT RUN { d <- data.frame(a = c("a", "b", "c"), b = 1:3, stringsAsFactors = FALSE) group_by_data(d, a) # }
Run the code above in your browser using DataLab