rbind_space: Function to bind tables/matrices with a blank row between...

View source: R/rbind_space.R

rbind_spaceR Documentation

Function to bind tables/matrices with a blank row between them

Description

Function to bind tables/matrices with a blank row between them

Usage

rbind_space(x, y)

Arguments

x

a data.frame or array, possibly of character elements only

y

a data.frame or array, with the same number of columns as x

Details

based largely on the rbind function. Use in conjuction with Reduce to join up more than two tables.

Value

a data.frame or array that is x stacked vertically above y with a row of blank values imbetween. Useful for formatting


shug0131/cctu documentation built on Nov. 10, 2023, 12:03 p.m.