names.MatchedOverview {nullranges}R Documentation

Names S3 method for autocomplete

Description

Names S3 method for autocomplete

Extract $ operator for MatchedOverview

Extract [[ operator for MatchedOverview

Show method for overview

Usage

## S3 method for class 'MatchedOverview'
names(x)

## S4 method for signature 'MatchedOverview'
x$name

## S4 method for signature 'MatchedOverview,ANY,ANY'
x[[i]]

## S4 method for signature 'MatchedOverview'
show(object)

Arguments

x

A MatchedOverview object.

name

Name of slot.

i

A character or numeric to extract.

object

A MatchedOverview object.

Value

different data or metadata concerning a MatchedOverview object


[Package nullranges version 1.0.0 Index]