summarize: Summarize multiple data frames by aggregating the numerical...

Description Usage Arguments Value

View source: R/toolkit.R

Description

Summarize multiple data frames by aggregating the numerical data of same grouping columns.

Usage

1
summarize(..., group_cols = c("geoName", "provenanceDomain"), FUN = sum)

Arguments

...

required, the list of data frames.

group_cols

optional, the column names for applying the "group by" operation. The columns "geoNames" and "provenanceDomain" by default.

FUN

optional, the function to aggregate the numerical data. Sum by default.

Value

A new data frame


johardi/commondata-r documentation built on July 7, 2021, 11:24 p.m.