argoFloats-methods: Show Information About argoFloats Object

show,argoFloats-methodR Documentation

Show Information About argoFloats Object

Description

This produces a one-line explanation of the contents of the object, that typically indicates the type and the number of items referenced by the object. Those items depend on the type of object: URLs if metadata$type is "index", local filenames if "profiles", or oce-created argo objects if "argos". As with other R show() methods, it may be invoked in an interactive session just by typing the object, or by using print(); see the Examples.

Usage

## S4 method for signature 'argoFloats'
show(object)

Arguments

object

an argoFloats object.

Value

None (invisible NULL).

Author(s)

Jaimie Harbin

Examples

library(argoFloats)
data(index)
show(index)
print(index)
index


dankelley/argoFloats documentation built on Feb. 10, 2024, 2:16 a.m.