cleanComment | R Documentation |
Helper function to clean a comment from additional metadata information
cleanComment(
x,
remove = c("unit", "description", "comment", "origin", "creation date", "note")
)
x |
magclass object the comment should be read from |
remove |
Vector of categories to be removed |
Jan Philipp Dietrich
x <- maxample("animal")
getComment(x) <- c("unit: bla", "comment: hallo", "blub: ble")
madrat:::cleanComment(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.