powered by
Prints a pasted string containing all arguments. Short hand for print(paste(...))
pp(...)
Variable number of inputs to be printed
Prints string
# NOT RUN { pp("Value is",1,0,1,2) # }
Run the code above in your browser using DataLab