Skip to contents

Bind All results

Usage

bindAllResults(listOfDataframes, addEmptyRow = TRUE)

Arguments

listOfDataframes

(list) list of data.frames that should be bind with dplyr::bind_rows

addEmptyRow

(logical) if TRUE, add an empty row with NA values after each element of listOfDataframes