mutators {ananke}R Documentation

Get or Set Parts of an Object

Description

Getters and setters to extract or replace parts of an object.

Arguments

x

An object from which to get or set element(s).

value

A possible value for the element(s) of x.

Value

An object of the same sort as x with the new values assigned.

Author(s)

N. Frerebeau

See Also

Other mutators: as.data.frame(), as.list(), labels(), subset()


[Package ananke version 0.1.0 Index]