cleanComment: cleanComment

View source: R/cleanComment.R

cleanCommentR Documentation

cleanComment

Description

Helper function to clean a comment from additional metadata information

Usage

cleanComment(
  x,
  remove = c("unit", "description", "comment", "origin", "creation date", "note")
)

Arguments

x

magclass object the comment should be read from

remove

Vector of categories to be removed

Author(s)

Jan Philipp Dietrich

Examples

x <- maxample("animal")
getComment(x) <- c("unit: bla", "comment: hallo", "blub: ble")
madrat:::cleanComment(x)

madrat documentation built on April 4, 2025, 5:41 a.m.