combine_dataframes: Combine two dataframes in one

View source: R/utils.R

combine_dataframesR Documentation

Combine two dataframes in one

Description

Combine two dataframes in one

Usage

combine_dataframes(df1, df2, verbose = FALSE)

Arguments

df1

Input dataframe 1

df2

Input dataframe 2

verbose

If set to true, writes text in stderr()

Value

This function returns a dataframe.


Thaliehln/timci documentation built on April 8, 2024, 3:38 p.m.