dot-serachColName: Search Column Name This function provides help when seraching...

.serachColNameR Documentation

Search Column Name This function provides help when seraching column names

Description

Search Column Name

This function provides help when seraching column names

Usage

.serachColName(
  x,
  searchColNa,
  plusLowerCaps = TRUE,
  returnList = TRUE,
  silent = FALSE,
  debug = FALSE,
  callFrom = NULL
)

Arguments

x

(matrix or data.frame) main input

searchColNa

(character)

plusLowerCaps

(logical) add lower caps to search

returnList

(logical)

silent

(logical) suppress messages

debug

(logical) additional messages for debugging

callFrom

(character) allow easier tracking of messages produced

Value

integer vector with index of colnames found or list with $foundNa and $remainNa

See Also

convertPlotCoordPix; use htmlSpecCharConv to convert special characters for proper html display

Examples

mat1 <- matrix(1:6, ncol=3, dimnames=list(NULL, LETTERS[1:3]))
.serachColName(mat1, c("C","F","A"))

wrGraph documentation built on Oct. 20, 2023, 5:08 p.m.