The R Project SVN R

Rev

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

Rev 59039 Rev 61150
Line 45... Line 45...
45
\seealso{ \code{\link{format}} }
45
\seealso{ \code{\link{format}} }
46
 
46
 
47
\examples{
47
\examples{
48
x <- c("a", "b", "aaaaaaaaaaa")
48
x <- c("a", "b", "aaaaaaaaaaa")
49
toString(x)
49
toString(x)
50
toString(x, width=8)
50
toString(x, width = 8)
51
}
51
}
52
\keyword{utilities}
52
\keyword{utilities}