Learn R Programming

QuantumOps (version 3.0.1)

pp: 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

Run this code
# NOT RUN {
 pp("Value is",1,0,1,2)
# }

Run the code above in your browser using DataLab