when {rtv}R Documentation

Map a time.frame to an rtv Object

Description

This function is designed for time.frame objects. It will return the first rtv in the time.frame. It can also be called with rtv objects (in which case, the same rtv object is returned), or on regular data.frame objects. If the object does not contain an rtv object, then NULL is returned.

Usage

when (x)

Arguments

x A time.frame object, or other supported object.

[Package rtv version 0.3.1 Index]