unitted_assign: Replace parts of a unitted vector, array, or data.frame

Description Usage Arguments Value See Also

Description

Replace parts of a unitted vector, array, or data.frame

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
## S4 replacement method for signature 'unitted,ANY,missing'
x[i, j, ...] <- value

## S4 replacement method for signature 'unitted_data.frame'
x$name <- value

## S4 replacement method for signature 'unitted_data.frame,ANY,ANY'
x[i, j, ...] <- value

## S4 replacement method for signature 'unitted_data.frame,ANY,missing'
x[i, j, ...] <- value

## S4 replacement method for signature 'unitted_data.frame,missing,ANY'
x[i, j, ...] <- value

## S4 replacement method for signature 'unitted_data.frame,missing,missing'
x[i, j, ...] <- value

Arguments

x

The unitted data.frame, vector, etc. to be partially replaced

i

(optional) The first replacement index

j

(optional) The second replacement index

...

Other arguments passed to replacement functions

value

The value(s) with which to replace the indexed elements of x

name

The name of the column to be replaced

Value

x with its indexed elements replaced by value

See Also

unitted_access for assignment to parts of objects; unitted for definition of the unitted class


appling/unitted documentation built on May 10, 2019, 12:44 p.m.