Learn R Programming

oce (version 0.2-1)

header: Return the header for an Oce data object

Description

Return the header for an oce data object.

Usage

header(x)

Arguments

x
an oce object.

Value

  • The header, often as a list of character strings.

Details

Returns header, taken from the metadata of x.

Examples

Run this code
library(oce)
data(ctd)
header(ctd)

Run the code above in your browser using DataLab