Displaying 1 result from an estimated 1 matches for "zfill".
Did you mean:
fill
2007 Sep 21
2
text formatting
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