as_rwd_agg: Coerce lists, matrices, and data.frames to RiverWare data...

View source: R/as_rwd_agg.R

as_rwd_aggR Documentation

Coerce lists, matrices, and data.frames to RiverWare data aggregators

Description

S3 generic for coercing from lists, matrices, and data.frames to rwd_agg objects.

Usage

as_rwd_agg(x, ...)

## S3 method for class 'data.frame'
as_rwd_agg(x, ...)

## S3 method for class 'list'
as_rwd_agg(x, ...)

## S3 method for class 'matrix'
as_rwd_agg(x, ...)

## Default S3 method:
as_rwd_agg(x, ...)

Arguments

x

A list. Each element of the list must have the same length.

...

Other arguments passed on to individual methods.


BoulderCodeHub/RWDataPlyr documentation built on June 2, 2025, 7:24 a.m.