Learn R Programming

rcdf (version 0.1.3)

rcdf_list: Create an empty rcdf object

Description

Initializes and returns an empty rcdf object. This is a convenient constructor for creating a new rcdf-class list structure.

Usage

rcdf_list(...)

Value

A list object of class rcdf.

Arguments

...

Optional elements to include in the list. These will be passed to the internal list constructor and included in the resulting rcdf object.

Examples

Run this code
rcdf <- rcdf_list()
class(rcdf)

Run the code above in your browser using DataLab