R/catf.R

catf <-
function (..., file = "", sep = " ", fill = FALSE, labels = NULL, append = FALSE) 
{
	cat(..., file = file, sep = sep, fill = fill, labels = labels, append = append)
	flush.console()
	invisible()
}
John-R-Wallace/JRWToolBox documentation built on March 23, 2024, 7:55 p.m.