Displaying 1 result from an estimated 1 matches for "systemenv".
Did you mean:
systemen
1997 Apr 09
1
R-beta: Source code: grep(.) and objects(..., pattern):
If you have many objects, in the users's GlobalEnv or in the system
SystemEnv,
you would like to be able to do something like
ls("lm*.t")
to get only the objects starting with 'lm' and ending in '.t'.
The following code provides this and more:
"grep(.)" which should be S-compatible and improved
"objects(.)" with ne...