Learn R Programming

crunch (version 1.3.2)

category-extract: Access Category fields directly

Description

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

Usage

## S3 method for class 'Category':
$(x, name)

## S3 method for class 'Category': $(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