pp: Wrapper for paste and print

Description Usage Arguments See Also Examples

View source: R/pp.R

Description

Takes a vector of objects and puts them together in a vector of strings. It's useful to track progress of for loops and to automate output.

Usage

1

Arguments

...

A collection of arguments for paste().

See Also

pft, print, paste

Examples

1
2
pp(letters[1:10], 11:20)
for(i in 1:5){pp("This is the capital letter ", toupper(letters[i]), ".", sep = "")}

Paul-James/pjames documentation built on Aug. 9, 2019, 12:18 p.m.