Displaying 1 result from an estimated 1 matches for "calcman".
Did you mean:
  calchan
  
2008 Sep 15
4
sprintf does not fill with "0"?!
Hello,
please look here:
=================================================================
> 
> sprintf("%03s", as.character(1:5))
[1] "  1" "  2" "  3" "  4" "  5"
> 
=================================================================
There should be a leading "0" isntead of space-chars?!
I use  R version