The R Project SVN R

Rev

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

Rev 81967 Rev 88568
Line 40... Line 40...
40
\seealso{
40
\seealso{
41
  \code{\link{grepl}}, \code{\link{substring}}; the partial string
41
  \code{\link{grepl}}, \code{\link{substring}}; the partial string
42
  matching functions \code{\link{charmatch}} and \code{\link{pmatch}}
42
  matching functions \code{\link{charmatch}} and \code{\link{pmatch}}
43
  solve a different task.
43
  solve a different task.
44
}
44
}
45
\encoding{UTF-8}
-
 
46
\examples{
45
\examples{
47
startsWith(search(), "package:") # typically at least two FALSE, nowadays often three
46
startsWith(search(), "package:") # typically at least two FALSE, nowadays often three
48
 
47
 
49
x1 <- c("Foobar", "bla bla", "something", "another", "blu", "brown",
48
x1 <- c("Foobar", "bla bla", "something", "another", "blu", "brown",
50
        "blau blüht der Enzian")# non-ASCII
49
        "blau blüht der Enzian")# non-ASCII