combine_df {miRetrieve}R Documentation

Combine data frames into one data frame

Description

Combine data frames into one data frame.

Usage

combine_df(...)

Arguments

...

Data frames to combine into one data frame. Data frames must have the same number of columns and the same column names.

Details

Combine data frames into one data frame. combine_df() accepts several data frames that are combined into one data frame. Data frames to be combined must have the same number of columns and the same column names.

Value

Combined data frame.

See Also

Other combine functions: combine_mir()


[Package miRetrieve version 1.3.4 Index]