writeNMinfo: Do the actual writing of meta data
Description
Do the actual writing of meta data
Usage
writeNMinfo(data, meta, append = FALSE, byRef = TRUE)
Value
The data with meta data attached
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.