matchObject {msProcess} | R Documentation |
Returns a character string which is the name of an S-PLUS object in a position on the search list.
matchObject(what, ignore.case=TRUE)
what |
a character string to be searched as the name of an S-PLUS object. |
ignore.case |
if TRUE upper- and lowercase analogs are considered equivalent when matching. |
a character string which is the name of an S-PLUS object in a position on the search list is returned.
matchObject("max") matchObject("lm") matchObject("glm")