Convert an rtables
framework object into a vector, if possible. This is unlikely to be useful in
realistic scenarios.
Usage
# S4 method for class 'VTableTree'
as.vector(x, mode = "any")
Arguments
- x
(
ANY
)
the object to be converted to a vector.- mode
(
string
)
passed on toas.vector()
.