[Rd] cat(fill=N)
David Hugh-Jones
davidhughjones at gmail.com
Fri Mar 16 17:10:23 CET 2018
Hi all,
I expect I'm getting something wrong, but
cat("foo bar baz foo bar baz foo bar baz", fill = 10)
should be broken into lines of width 10, whereas I get:
> cat("foo bar baz foo bar baz foo bar baz", fill = 10)
foo bar baz foo bar baz foo bar baz
This is on R 3.4.3, but I don't see mentions of it fixed in 3.4.4 or
r-devel NEWS.
Cheers,
David
[[alternative HTML version deleted]]
More information about the R-devel
mailing list