ValueOfAll: ValueOfAll

ValueOfAllR Documentation

ValueOfAll

Description

See/Get values of dataframe variables at specified time.

Usage

ValueOfAll(DataFrame, HHMMSS)

Arguments

DataFrame

The specified dataframe, which must contain Time as a POSIXgt variable.

HHMMSS

The time, in hour-minute-second format (e.g., 140321) at which to report the variables in the dataframe.

Details

Returns and prints values of all variables in a specified dataframe that includes Time, at the time specified.

Value

A vector containing all the variables at the specified time. These values are also printed.

Author(s)

William Cooper

Examples

vlist <- ValueOfAll (RAFdata, 201100)

NCAR/Ranadu documentation built on Jan. 27, 2023, 1:09 a.m.