names.AnalysisResults {rpact} | R Documentation |
Names of a Analysis Results Object
Description
Function to get the names of an AnalysisResults
object.
Usage
## S3 method for class 'AnalysisResults'
names(x)
Arguments
x |
An |
Details
Returns the names of an analysis results that can be accessed by the user.
Value
Returns a character
vector containing the names of the AnalysisResults
object.
[Package rpact version 4.2.0 Index]