powered by
This is a helper function for various summary functions.
summary
showMetadataItem( object, name, label = "", postlabel = "", isdate = FALSE, quote = FALSE )
an '>oce object.
name of item
label to print before item
label to print after item
boolean indicating whether the item is a time
boolean indicating whether to enclose the item in quotes
# NOT RUN { library(oce) data(ctd) showMetadataItem(ctd, "ship", "ship") # }
Run the code above in your browser using DataLab