reduceTables {NMdata} | R Documentation |
reduce tables from NMscanTables to fewer objects
Description
reduce tables from NMscanTables to fewer objects
Usage
reduceTables(tables, col.nmout)
Arguments
tables |
Object from NMtables |
col.nmout |
The name of the column holding logical of whether row was found in output tables. |
Details
This function is under development. It is not polished for other than internal use by NMscanData. It will likely return a different format in the future.
Value
A list of data.tables: One row-level, one id-level data set and their column specifications.
[Package NMdata version 0.1.8 Index]