The R Project SVN R

Rev

Rev 87797 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 87797 Rev 88581
Line 90... Line 90...
90
  \code{+}.  Most commonly the replacements are from the \link{regexp}
90
  \code{+}.  Most commonly the replacements are from the \link{regexp}
91
  pattern \code{[A-Za-z0-9]}, but \code{.} \emph{has} been seen.
91
  pattern \code{[A-Za-z0-9]}, but \code{.} \emph{has} been seen.
92
}
92
}
93
 
93
 
94
\references{
94
\references{
95
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
95
  \bibshow{R:Becker+Chambers+Wilks:1988}
96
  \emph{The New S Language}.
-
 
97
  Wadsworth & Brooks/Cole.
-
 
98
}
96
}
99
\seealso{\code{\link{unlink}} for deleting files.}
97
\seealso{\code{\link{unlink}} for deleting files.}
100
\examples{\donttest{
98
\examples{\donttest{
101
tempfile(c("ab", "a b c"))   # give file name with spaces in!
99
tempfile(c("ab", "a b c"))   # give file name with spaces in!
102
 
100