endfunction {muUtil}R Documentation

End a Function

Description

endfunction will return an invisible NULL, which could mark the end of a function.

Usage

endfunction(text)

Arguments

text any input

Value

Always returns NULL, which will not be printed.

Author(s)

Knut M. Wittkowski kmw@rockefeller.edu

See Also

invisible

Examples

endfunction(f)

[Package muUtil version 1.5.0 Index]