Rdocumentation
powered by
Learn R Programming
muStat (version 1.7.0)
NoOp: No Operation
Description
NoOp does nothing to the input.
Usage
NoOp(x)
Arguments
x
input
Value
x is returned.
Examples
Run this code
x <- 5
NoOp(x)
# [1] 5
Run the code above in your browser using
DataLab