asvec {rtables} | R Documentation |
Convert to a vector
Description
Convert an rtables
framework object into a vector, if possible. This is unlikely to be useful in
realistic scenarios.
Usage
## S4 method for signature 'VTableTree'
as.vector(x, mode = "any")
Arguments
x |
( |
mode |
( |
Value
A vector of the chosen mode (or an error is raised if more than one row was present).
Note
This only works for a table with a single row or a row object.
[Package rtables version 0.6.9 Index]