Usage
read.section(file, directory, sectionId = "", flags, ship = "", scientist = "", institute = "", missingValue = -999, debug = getOption("oceDebug"), processingLog)
Arguments
file
A file containing a set of CTD observations. At present, only the
exchange BOT format is accepted (see Details).
directory
A character string indicating the name of a directory that
contains a set of CTD files that hold individual stations in the section.
sectionId
Optional string indicating the name for the section. If not
provided, the section ID is determined by examination of the file header.
flags
Ignored, and deprecated (will be disallowed in a future version).
ship
Name of the ship carrying out the sampling.
scientist
Name of chief scientist aboard ship.
institute
Name of chief scientist's institute.
missingValue
Numerical value used to indicate missing data.
debug
Logical. If TRUE
, print some information that might be
helpful during debugging.
processingLog
If provided, the action item to be stored in the log. This
is typically only provided for internal calls; the default that it provides is
better for normal calls by a user.