Revision d50cda4811eb3cdb8d2ce9e01ddb5e07d4a8c24f authored by HwB on 11 September 2013, 00:00:00 UTC, committed by Gabor Csardi on 11 September 2013, 00:00:00 UTC
1 parent 10ae2bb
Raw File
blanks.Rd
\name{blanks}
\alias{blanks}
\title{String of Blank Carakters}
\description{
  Create a string of blank characters.
}
\usage{
blanks(n)
}
\arguments{
  \item{n}{integer greater or equal to 0.}
}
\details{
  \code{blanks(n)} is a string of \code{n} blanks.
}
\value{
  String of \code{n} blanks.
}
\seealso{
\code{\link{deblank}}
}
\examples{
blanks(6)
}
\keyword{ string }
back to top