Learn R Programming

eam (version 1.1.0)

+.eam_summarise_by_tbl: Join two eam_summarise_by_tbl objects

Description

S3 method for the + operator to join two summary tables created by summarise_by. Tables must have identical .wider_by attributes to be joined.

Usage

# S3 method for eam_summarise_by_tbl
+(e1, e2)

Value

A joined data frame with class "eam_summarise_by_tbl", preserving the .wider_by attribute from the input tables

Arguments

e1

First eam_summarise_by_tbl object

e2

Second eam_summarise_by_tbl object