Dasst: A constructor for an empty object of class Dasst

View source: R/Dasst-methods.R

DasstR Documentation

A constructor for an empty object of class Dasst

Description

Dasst is a constructor for the user that returns an empty object of class Dasst.

Usage

  Dasst()

Details

This function constructs an empty object of class Dasst. No arguments are required.

Value

An empty object of class Dasst.

See Also

Dasst for class definition.

Examples

myObj <- Dasst()
myObj
class(myObj)
length(myObj)

Dasst documentation built on April 14, 2022, 1:07 a.m.