Learn R Programming

LexisNexisTools (version 0.2.2)

LNToutput_methods: Methods for LNToutput output objects

Description

Methods for LNToutput output objects

Usage

# S4 method for LNToutput
show(object)

# S4 method for LNToutput,ANY,ANY,ANY [(x, i, j, invert = FALSE)

# S4 method for 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.

e1, e2

LNToutput objects which will be combined.