Learn R Programming

xpose (version 0.4.19)

merge_firstonly: Merge firstonly table with full length tables

Description

Merge firstonly table with full length tables

Usage

merge_firstonly(x, quiet)

Value

A list containing `data` and `index` of the merged table.

Arguments

x

A list containing the tables (`x$data`) to be merged, the firstonly flag (`x$firstonly`) and the indexes (`x$index`).

quiet

Should messages be displayed to the console.