LNToutput_methods: Methods for LNToutput output objects

LNToutput_methodsR Documentation

Methods for LNToutput output objects

Description

Methods for LNToutput output objects

Usage

## S4 method for signature 'LNToutput'
dim(x)

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

## S4 method for signature 'LNToutput,ANY,ANY,ANY'
x[i, j, invert = FALSE, ..., drop = TRUE]

## S4 method for signature 'LNToutput,LNToutput'
e1 + e2

Arguments

x, object

An LNToutput object.

i

Rows of the meta data.frame (default) or values of j.

j

The column you want to use to subset the LNToutput object. Takes character strings.

invert

Invert the selection of i.

...

not used.

drop

not used (it's here so tests do not complain).

e1, e2

LNToutput objects which will be combined.


LexisNexisTools documentation built on July 9, 2023, 5:16 p.m.