[R] regular expression and R

2012-06-04 Thread Erin Hodgess
Dear R People:

Are there any courses which describe how to use regular expressions in
R, please?  Or any books, please?

I know a little bit (very little) but would like to know more.

Thanks,
Erin


-- 
Erin Hodgess
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston - Downtown
mailto: erinm.hodg...@gmail.com

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] regular expression and R

2012-06-04 Thread Marc Schwartz

On Jun 4, 2012, at 3:48 PM, Erin Hodgess wrote:

 Dear R People:
 
 Are there any courses which describe how to use regular expressions in
 R, please?  Or any books, please?
 
 I know a little bit (very little) but would like to know more.
 
 Thanks,
 Erin



Hi Erin,

The two places that I typically use for reference are:

  http://www.regular-expressions.info/

and

  Mastering Regular Expressions
  Jeffrey Friedl
  
http://www.amazon.com/Mastering-Regular-Expressions-Second-Edition/dp/0596002890

Regards,

Marc Schwartz

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] regular expression and R

2012-06-04 Thread Gabor Grothendieck
On Mon, Jun 4, 2012 at 4:48 PM, Erin Hodgess erinm.hodg...@gmail.com wrote:
 Dear R People:

 Are there any courses which describe how to use regular expressions in
 R, please?  Or any books, please?

 I know a little bit (very little) but would like to know more.


You might want to go through the regular expression links on the
gsubfn home page:

http://code.google.com/p/gsubfn/#REGULAR_EXPRESSION_LINKS

The last link is a list of books but some of the other links might be
useful too.

-- 
Statistics  Software Consulting
GKX Group, GKX Associates Inc.
tel: 1-877-GKX-GROUP
email: ggrothendieck at gmail.com

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.