lget.ldat: Read elements from an ldat object

Description Usage Arguments Details Value

View source: R/lget_ldat.R

Description

Read elements from an ldat object

Usage

1
2
## S3 method for class 'ldat'
lget(x, ...)

Arguments

x

the ldat to read from

...

passed on to lget.lvec.

Details

Indexing using index should follow the same rules as indexing a regular data.frame using a logical or numeric index. The range given by range includes both end elements. So, a range of c(1,3) selects the first three elements.

Value

Returns an ldat with the selected elements. In order to convert the selection to an R-vector as_rvec can e used.


ldat documentation built on March 26, 2020, 7:59 p.m.

Related to lget.ldat in ldat...