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

Description Usage Arguments

View source: R/as_rwd_agg.R

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
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.


RWDataPlyr documentation built on April 17, 2020, 9:06 a.m.