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.


SwissTPH/timci documentation built on April 11, 2024, 8:31 a.m.