Dear all,

Does R have any functions for C/Fortran style text formatting when a 
number needs to be output right-justified in a fixed length field?

say '%2d %3d %5.3f' 

or like python .rjust(n)  and .zfill(n)

I can do it paste(), but it is very clumsy.

Thank you very much
Stephen

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to