pp {QuantumOps}R Documentation

pp

Description

Prints a pasted string containing all arguments. Short hand for print(paste(...))

Usage

pp(...)

Arguments

...

Variable number of inputs to be printed

Value

Prints string

Examples

 pp("Value is",1,0,1,2)

[Package QuantumOps version 3.0.1 Index]