[Rd] Regular expressions
Dominick Samperi
dsamperi at DecisionSynergy.com
Sat Sep 23 07:31:41 CEST 2006
When I type
ls("package:base", pattern="log*")
functions with names like "floor" and
"Sys.setlocale" are included. I don't
think this is how "*" is supposed to work.
To get the desired response I have to use:
ls("packge:base", pattern="logg*")
I thought "log*" means "log" followed by
anything?
Thanks for any tips.
(I'm using R-alpha as of a week ago, perhaps)
ds
More information about the R-devel
mailing list