View source: R/f_quality_assurance.R
print.InstallationQualificationResult | R Documentation |
This function prints the details of an InstallationQualificationResult
object in a user-friendly format.
## S3 method for class 'InstallationQualificationResult'
print(x, ...)
x |
An object of class |
... |
Additional arguments passed to or from other methods. |
The function displays the result message, followed by the parameters and their values. It skips parameters with NULL
or NA
values.
This function does not return a value. It is called for its side effects of printing the result.
## Not run:
result <- testPackage()
print(result)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.