matchObject {msProcess}R Documentation

Search for an Object Name Matching a Character String on the Data Directory Search List

Description

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

Usage

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

matchObject("max")
matchObject("lm")
matchObject("glm")

[Package msProcess version 1.0.5 Index]