append_lsdf_rows: A home-rolled version of plyr::rbind.fill

View source: R/append_lsdf_rows.R

append_lsdf_rowsR Documentation

A home-rolled version of plyr::rbind.fill

Description

This is used when creating dataframes for TSV exports.

Usage

append_lsdf_rows(data, row)

Arguments

data

The first dataframe.

row

The second dataframe.

Value

A merged dataframe.

Examples

limonaid::append_lsdf_rows(mtcars, iris);

limonaid documentation built on June 14, 2022, 1:06 a.m.