which.names: Position of Row Names

Description Usage Arguments Value Author(s) References Examples

Description

These functions return the indices of row names in a data frame or a vector of names. whichNames is just an alias for which.names.

Usage

1
2

Arguments

names

a name or character vector of names.

object

a data frame or character vector of (row) names.

...

arguments to be passed to which.names.

Value

Returns the index or indices of names within object.

Author(s)

John Fox jfox@mcmaster.ca

References

Fox, J. and Weisberg, S. (2011) An R Companion to Applied Regression, Second Edition, Sage.

Examples

1
2
which.names(c('minister', 'conductor'), Duncan)
## [1]  6 16

jonathon-love/car3 documentation built on May 19, 2019, 7:28 p.m.