unitted_merge: Merge unitted data.frames by one or more common columns

Description Usage Arguments See Also

Description

Merges unitted data.frames, ensuring units compatibility among the common columns

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'unitted_data.frame,unitted_data.frame'
merge(x, y, ...)

## S4 method for signature 'unitted,ANY'
merge(x, y, ...)

## S4 method for signature 'ANY,unitted'
merge(x, y, ...)

Arguments

x

first unitted object to merge

y

second unitted object to merge

...

other arguments passed to c

See Also

base::merge

Other unitted object manipulation: unitted_bind, unitted_c, unitted_rep


appling/unitted documentation built on May 10, 2019, 12:44 p.m.