autocomplete {annmatrix} | R Documentation |
Function used to select autocomplete options for dollar '$' and at '@' operators.
## S3 method for class 'annmatrix'
.DollarNames(x, pattern = "")
## S3 method for class 'annmatrix'
.AtNames(x, pattern = "")
x |
annmatrix object. |
pattern |
a regular expression used to select possible auto-completion names. |
A set of possible auto-completion names for row (@
) or column ($
) annotation fields.
Karolis Koncevičius