pr: Print message

Description Usage Arguments Value See Also Examples

Description

Print message

Usage

1
2
3

Arguments

...

Any number of arguments that could also be handed to cat

Value

pr prints its arguments pasted together followed by a newline.

pr1 prints its arguments pasted together but doesn't add a trailing newline.

See Also

cat, writeLines

Examples

1
2
3
4
pr("Finished iteration ", 3, " out of ", 10)

pr1("Progress: ")
for (i in 1:10) pr1(".")

cbaumbach/miscFun documentation built on May 13, 2019, 1:48 p.m.