writeNMinfo function

Do the actual writing of meta data

Do the actual writing of meta data

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.

Returns

The data with meta data attached

  • Maintainer: Philip Delff
  • License: MIT + file LICENSE
  • Last published: 2025-03-21