Learn R Programming

limonaid (version 0.1.5)

append_lsdf_rows: 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

Run this code
# NOT RUN {
limonaid::append_lsdf_rows(mtcars, iris);
# }

Run the code above in your browser using DataLab