rcdf_list: Create an empty 'rcdf' object

View source: R/utils.R

rcdf_listR Documentation

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"'.

Examples

rcdf <- rcdf_list()
class(rcdf)

rcdf documentation built on Aug. 28, 2025, 9:09 a.m.