autocomplete {annmatrix} | R Documentation |
Auto Complete Functions for annmatrix Class
Description
Function used to select autocomplete options for dollar '$' and at '@' operators.
Usage
## S3 method for class 'annmatrix'
.DollarNames(x, pattern = "")
## S3 method for class 'annmatrix'
.AtNames(x, pattern = "")
Arguments
x |
annmatrix object. |
pattern |
a regular expression used to select possible auto-completion names. |
Value
A set of possible auto-completion names for row (@
) or column ($
) annotation fields.
Author(s)
Karolis Koncevičius
[Package annmatrix version 0.1.2 Index]