Usage
read.tdr(file, from=1, to, by=1, type, tz=getOption("oceTz"),
processingLog, debug=getOption("oceDebug"))
Arguments
file
a connection or a character string giving the name of the
file to load.
from
indication of the first datum to read. This can a
positive integer to indicate sequence number, the POSIX time of the
first datum, or a character string that can be converted to a POSIX
time. (For POSIX times, be careful about the tz
to
an indication of the last datum to be read, in the same
format as from
. If to
is missing, data will be read
to the end of the file.
by
an indication of the stride length to use while walking
through the file. If this is an integer, then by-1
profiles are skipped between each pair of profiles that is read. If
this is a string representing a time interval, in col
type
optional file type, presently only permitted to be rsk
.
tz
time zone. The default value, oceTz
, is set to UTC
at setup.
processingLog
if provided, the action item to be stored in the
log. (Typically only provided for internal calls; the default that
it provides is better for normal calls by a user.)
debug
a flag that can be set to TRUE
to turn on debugging.