writeNMinfo {NMdata} | R Documentation |
Do the actual writing of meta data
Description
Do the actual writing of meta data
Usage
writeNMinfo(data, meta, append = FALSE, byRef = TRUE)
Arguments
data |
A data set |
meta |
The meta data to attach |
append |
If FALSE, the existing meta data will be removed. If TRUE, metadata will be appended to existing metadata. However, this will not work recursively. |
byRef |
Should always be TRUE. |
Value
The data with meta data attached
[Package NMdata version 0.1.7 Index]