wildcard_join: Join tables by a single column, allowing for a wildcard...

wildcard_joinR Documentation

Join tables by a single column, allowing for a wildcard character

Description

Join tables by a single column, allowing for a wildcard character

Usage

wildcard_join(x, y, by, wildcard = "X", keep_pattern = FALSE, ...)

Arguments

x, y

tbls to join

by

name of variable to join by (only one is currently supported)

wildcard

a single character (default is ?)

...

other parameters passed onto methods


BAAQMD/tbltools documentation built on Feb. 29, 2024, 5:45 a.m.