Description Usage Arguments Value Author(s) Examples
Sequentially maps abbreviations onto complete words and returns a matrix of valid possibilities.
1 | grepsAbb(x, y)
|
x |
a character vector containing abbreviations. |
y |
a character vector containing whole words that could correspond to abbreviations. |
a matrix with total number of rows equal to the length of vector 'x'. The first column is a repeat of vector 'x'. Further columns represent matched possible 'y' vector components.
Atreya Shankar
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.