authorFunctions-methods: Author and document functions

authorFunctionsR Documentation

Author and document functions

Description

authorFunctions() is a method that authors and saves R package files files necessary for creating and documenting functions that implement model module algorithms.

Usage

authorFunctions(x, ...)

Arguments

x

A model module (an instance of a class that inherits from Ready4Module) or submodule (any S3 class instance)

...

Additional arguments

Value

Either a model module (an instance of a class that inherits from Ready4Module) or submodule (any S3 class instance) of the same class as that supplied to the method or no return value (when called for side-effects only).


ready4-dev/ready4 documentation built on Nov. 4, 2024, 11:38 p.m.