getstream: get a stream

getstreamR Documentation

get a stream

Description

function to get a particular streamtype from a sattag or tagstack.

Usage

getstream(x, type, squash = FALSE)

## S4 method for signature 'sattag'
getstream(x, type, squash = FALSE)

## S4 method for signature 'tagstack'
getstream(x, type, squash = FALSE)

Arguments

type

streamtype to extract

squash

boolean defaults to FALSE. If TRUE, will return a single sattagstream.

Value

either a tagstack or sattag depending on input.

Methods (by class)

  • sattag: return all streams of streamtype type

  • tagstack: return a tagstack of all streams of type

See Also

Other slot access functions: DeployID(), Ptt(), filename(), instrument(), loadtime(), location(), species(), streamtype(), tag_en(), tag_st(), tagdir(), tagstackdir()


williamcioffi/sattagutils documentation built on June 3, 2022, 10:21 a.m.