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 ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel