Learn R Programming

muStat (version 1.7.0)

endfunction: 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.

See Also

invisible

Examples

Run this code
endfunction(f)

Run the code above in your browser using DataLab