Learn R Programming

annmatrix (version 0.1.2)

autocomplete: Auto Complete Functions for annmatrix Class

Description

Function used to select autocomplete options for dollar `$` and at `@` operators.

Usage

# S3 method for annmatrix
.DollarNames(x, pattern = "")

# S3 method for annmatrix .AtNames(x, pattern = "")

Value

A set of possible auto-completion names for row (@) or column ($) annotation fields.

Arguments

x

annmatrix object.

pattern

a regular expression used to select possible auto-completion names.

Author

Karolis Koncevičius