Learn R Programming

RxODE (version 0.9.2-1)

as.data.table.rxEt: Convert an event table to a data.table

Description

Convert an event table to a data.table

Usage

as.data.table.rxEt(x, keep.rownames = FALSE, ...)

Arguments

x

An R object.

keep.rownames

Default is FALSE. If TRUE, adds the input object's names as a separate column named "rn". keep.rownames = "id" names the column "id" instead.

...

Additional arguments to be passed to or from other methods.