Bind together related rezrDF objects.
Usage
rez_bind_rows(..., type = "intersect")
Arguments
- ...
The rezrDF objects to be combined
- type
The type of combination. If 'intersect', I will take the intersection of the columns in the rezrDFs. If 'union', I will take the union of the columns, populating missing fields with NAs.
Examples
sbc007_allChunks = rez_bind_rows(sbc007$chunkDF$verb, sbc007$chunkDF$refexpr)