Getting Data
March 29, 2018
#aggregate
Aggregate is a function in base R which aggregate the inputted data.frame by applying a function parameter to each column of sub-data.frames defined by the by input parameter.
Aggregate is a function in base R which aggregate the inputted data.frame by applying a function parameter to each column of sub-data.frames defined by the by input parameter.