The R Project SVN R

Rev

Rev 25438 | Rev 35279 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25438 Rev 27625
Line 4... Line 4...
4
 
4
 
5
\title{toString Converts its Argument to a Character String}
5
\title{toString Converts its Argument to a Character String}
6
\description{
6
\description{
7
  This is a helper function for \code{\link{format}}. It converts its argument
7
  This is a helper function for \code{\link{format}}. It converts its argument
8
  to a string. If the argument is a vector then its elements are
8
  to a string. If the argument is a vector then its elements are
9
  concatenated with a \code{,} as a separtor. 
9
  concatenated with a \code{,} as a separator. 
10
  Most methods should honor the width argument. 
10
  Most methods should honor the width argument. 
11
  The minimum value for \code{width} is six. 
11
  The minimum value for \code{width} is six. 
12
}
12
}
13
\usage{
13
\usage{
14
toString(x, \dots)
14
toString(x, \dots)