matchObject: Search for an Object Name Matching a Character String on the...

Description Usage Arguments Value See Also Examples

Description

Returns a character string which is the name of an S-PLUS object in a position on the search list.

Usage

1
matchObject(what, ignore.case=TRUE)

Arguments

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.

Value

a character string which is the name of an S-PLUS object in a position on the search list is returned.

See Also

ls, objects.

Examples

1
2
3
matchObject("max")
matchObject("lm")
matchObject("glm")

zeehio/msProcess documentation built on May 4, 2019, 10:15 p.m.