The R Project SVN R

Rev

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

Rev 71330 Rev 73574
Line 1... Line 1...
1
\name{strcapture}
1
\name{strcapture}
2
\alias{strcapture}
2
\alias{strcapture}
3
\title{
-
 
4
Capture string tokens into a data.frame
3
\title{Capture String Tokens into a data.frame}
5
}
-
 
6
\description{
4
\description{
7
  Given a character vector and a regular expression containing capture
5
  Given a character vector and a regular expression containing capture
8
  expressions, \code{strcapture} will extract the captured tokens into a
6
  expressions, \code{strcapture} will extract the captured tokens into a
9
  tabular data structure, such as a data.frame, the type and structure of
7
  tabular data structure, such as a data.frame, the type and structure of
10
  which is specified by a prototype object. The assumption is that the
8
  which is specified by a prototype object. The assumption is that the