as.data.frame.TrialDesignCharacteristics {rpact} | R Documentation |
Coerce TrialDesignCharacteristics to a Data Frame
Description
Returns the TrialDesignCharacteristics
as data frame.
Usage
## S3 method for class 'TrialDesignCharacteristics'
as.data.frame(
x,
row.names = NULL,
optional = FALSE,
niceColumnNamesEnabled = FALSE,
includeAllParameters = FALSE,
...
)
Arguments
x |
A |
niceColumnNamesEnabled |
Logical. If |
includeAllParameters |
Logical. If |
... |
Ensures that all arguments (starting from the "...") are to be named and that a warning will be displayed if unknown arguments are passed. |
Details
Each element of the TrialDesignCharacteristics
is converted to a column in the data frame.
Value
Returns a data.frame
.
Examples
## Not run:
as.data.frame(getDesignCharacteristics(getDesignGroupSequential()))
## End(Not run)
[Package rpact version 4.2.0 Index]