abstractMethod: Declares a method as abstract

View source: R/fcts_misc.R

abstractMethodR Documentation

Declares a method as abstract

Description

This method must be called from within the abstract method.

Usage

abstractMethod(obj)

Arguments

obj

The object on which the abstract method is called.

Value

Nothing.


pkrog/biodb documentation built on Nov. 29, 2022, 4:24 a.m.