powered by
Search Column Name
This function provides help when seraching column names
.serachColName( x, searchColNa, plusLowerCaps = TRUE, returnList = TRUE, silent = FALSE, debug = FALSE, callFrom = NULL )
integer vector with index of colnames found or list with $foundNa and $remainNa
(matrix or data.frame) main input
(character)
(logical) add lower caps to search
(logical)
(logical) suppress messages
(logical) additional messages for debugging
(character) allow easier tracking of messages produced
convertPlotCoordPix; use htmlSpecCharConv to convert special characters for proper html display
convertPlotCoordPix
htmlSpecCharConv
mat1 <- matrix(1:6, ncol=3, dimnames=list(NULL, LETTERS[1:3])) .serachColName(mat1, c("C","F","A"))
Run the code above in your browser using DataLab