print.Rapi_GETPREP {Rapi} | R Documentation |
print.Rapi_GETPREP Generic method for S3 Rapi_GETPREP object
Description
print.Rapi_GETPREP Generic method for S3 Rapi_GETPREP object
Usage
## S3 method for class 'Rapi_GETPREP'
print(x, ...)
Arguments
x |
S3 Rapi_GETPREP object |
... |
further arguments passed to or from other methods. |
Value
S3 Rapi_GETPREP object
Examples
## Not run:
obj <- get_series(template_test())
print(obj)
## End(Not run)
[Package Rapi version 1.0.5 Index]