[R] text formatting
Søren Højsgaard
Soren.Hojsgaard at agrsci.dk
Fri Sep 21 17:06:46 CEST 2007
?sprintf might be what you want...
/Søren
-----Oprindelig meddelelse-----
Fra: r-help-bounces at r-project.org
[mailto:r-help-bounces at r-project.org]På vegne af stephen bond
Sendt: 21. september 2007 17:03
Til: r-help at r-project.org
Emne: [R] 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
______________________________________________
R-help at 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.
More information about the R-help
mailing list