combine_dplyr: A function to combine unitted data.frames/tbl_dfs

View source: R/combine_tables.R

combine_dplyrR Documentation

A function to combine unitted data.frames/tbl_dfs

Description

A function to combine unitted data.frames/tbl_dfs

Usage

combine_dplyr(method, by, ...)

Arguments

method

character. dplyr join function to use.

by

columns to join on, to be passed to the dplyr join function and arrange_

Value

a joined, sorted, unitted tbl_df


USGS-R/mda.streams documentation built on June 3, 2023, 8:43 a.m.