showMetadataItem {oce} | R Documentation |
Show metadata item
showMetadataItem(object, name, label="", postlabel="", isdate=FALSE, quote=FALSE)
object |
an object inheriting from the base |
name |
name of item |
label |
label to print before item |
postlabel |
label to print after item |
isdate |
boolean indicating whether the item is a time |
quote |
boolean indicating whether to enclose the item in quotes |
This is a helper function for various summary
functions.
None.
Dan Kelley
library(oce) data(ctd) showMetadataItem(ctd, "ship", "ship")