endfunction {muStat}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 muStat version 1.7.0 Index]