Function to bind tables/matrices with a blank row between them
rbind_space.Rd
Function to bind tables/matrices with a blank row between them
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
- check.names
logical. If FALSE the names are preserved from
x
, but if TRUE they are converted to syntactically valid variable names, which may not be desired for a table in a report.