ind: Set and get the current individual

Description Usage Arguments See Also Examples

Description

Set and get the current individual

Usage

1
ind(value, cache = FALSE)

Arguments

value

If provided this value becomes te current individual. If omited the function return the last declared individual.

cache

Should the object be copied in a cache rather than a link to the object ?

See Also

ind is convenient to use with tdrply.

Examples

1
2
3
4
data(exses)
ind(exses)
exses$test <- "test!"
identical(ind(), exses)

SESman/rbl documentation built on May 9, 2019, 11:10 a.m.