merge_firstonly {xpose} | R Documentation |
Merge firstonly table with full length tables
Description
Merge firstonly table with full length tables
Usage
merge_firstonly(x, quiet)
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. |
Value
A list containing 'data' and 'index' of the merged table.
[Package xpose version 0.4.19 Index]