Learn R Programming

crunch (version 1.14.4)

category-extract: Access Category fields directly

Description

Don't do this. Instead, use the category setters.

Usage

"$"(x, name)
"$"(x, name) <- value

Arguments

x
a Category
name
a field within x
value
a value for that field to update

Value

$ returns the value of the desired field. Setter returns x duly modified.

See Also

describe-category