Learn R Programming

Dasst (version 0.3.4)

Dasst: 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()

Arguments

Value

An empty object of class '>Dasst.

Details

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

See Also

'>Dasst for class definition.

Examples

Run this code
# NOT RUN {
myObj <- Dasst()
myObj
class(myObj)
length(myObj)
# }

Run the code above in your browser using DataLab