Description Usage Arguments Details Value Note Author(s) References See Also Examples
The function grepObjNames() gets the objects whose names contain the specified search string.
1  | grepObjNames(part.name, ...)
 | 
part.name | 
 search string in object names  | 
... | 
 Arguments passed to further functions  | 
Unlike subset which works with '==' or '%in%', here search is performed in a fashion of 'like', meaning substrings are recognized.
column names which values contain NAs or indication about NAs
under continuous developement
Roland Rapold
none
grepColEntries grepColNames grepColNA
grepNotCompleteEntries grepMultipleEntries grepRowNames
grepColNegNum grepColFactors
1 2 3 4 5 6 7 8 9 10  |     a  <- 1
    aa <- 1
    b  <- 1
    ab <- 1
    A  <- 1
    Aa <- 1
    b  <- 1
    print(grepObjNames("a"))
    print(grepObjNames("A"))
    print(grepObjNames("b"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.