writeNMinfo: Do the actual writing of meta data

View source: R/writeNMinfo.R

writeNMinfoR 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


NMdata documentation built on Nov. 11, 2023, 5:07 p.m.