argoFloats-class {argoFloats} | R Documentation |
Base Class for argoFloats Objects
Description
In the normal situation, users will not create these objects directly. Instead,
they are created by functions such as getIndex()
.
Slots
data
The
data
slot is a list with contents that vary with the object type. For example,getIndex()
creates objects of type"index"
that have a single unnamed element indata
that is a data frame. This data frame has a column namedfile
that is used in combination withmetadata@ftpRoot
to form a URL for downloading, along with columns nameddate
,latitude
,longitude
,ocean
,profiler_type
,institution
anddate_update
. Other "get" functions create objects with different contents.metadata
The
metadata
slot is a list containing information about the data. The contents vary between objects and object types. That type is indicated by elements namedtype
andsubtype
, which are checked by many functions within the package.processingLog
The
processingLog
slot is a list containing time-stamped processing steps that may be stored in the object by argoFloats functions. These are noted insummary()
calls.
Examples
str(new("argoFloats"))