better.rbind: Bind Lists Of Data Frames By Row

View source: R/better_rbind.R

better.rbindR Documentation

Bind Lists Of Data Frames By Row

Description

This function takes a list of lists of data frames as argument. The function row binds the first tables of every sublist, the second tables of every sublist, the third tables of every sublist and so on together. The result is a single list of tables. It is also possible to sort the tables by any row after row binding them.

Usage

better.rbind(listlist.tables, sort.byrow = NULL, ...)

Arguments

listlist.tables

The list of list of tables that will be row binded into a single list of tables.

sort.byrow

The index of the row that will be used to sort the whole table by. If NULL the tables won't be sorted.

...

Parameters that will be passed on to the order function. order is used for sorting the tables.

Value

A list of the row binded data frames.


AlreadyTakenJonas/RHotStuff documentation built on Oct. 28, 2022, 10:15 p.m.