append_lsdf_rows {limonaid}R 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);

[Package limonaid version 0.1.5 Index]