join: Join operations

joinR Documentation

Join operations

Description

Join operations

Usage

innerJoin(x, y, by, ...)

leftJoin(x, y, by, ...)

rightJoin(x, y, by, ...)

fullJoin(x, y, by, ...)

semiJoin(x, y, by, ...)

antiJoin(x, y, by, ...)

Arguments

x

Object.

y

Object.

by

character. Column names to use for join operation.

...

Additional arguments.

Value

New object containing a merge of x and y objects.

See Also

These functions are inspired by dplyr. However, they are designed to only work on Bioconductor S4 class objects, and use base R code internally.

  • help(topic = "join", package = "dplyr").

  • help(topic = "merge", package = "base").

  • https://support.bioconductor.org/p/120277/

Examples

showMethods("leftJoin")

acidgenomics/AcidGenerics documentation built on April 9, 2024, 1:29 a.m.