Learn R Programming

tabula (version 1.5.1)

access: Get or Set Parts of an Object

Description

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

Usage

get_id(object)

Arguments

object

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

Value

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

See Also

Other mutator: subset()