Learn R Programming

Rapi (version 1.0.5)

print.Rapi_GETPREP: 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 Rapi_GETPREP
print(x, ...)

Value

S3 Rapi_GETPREP object

Arguments

x

S3 Rapi_GETPREP object

...

further arguments passed to or from other methods.

Examples

Run this code
if (FALSE) {

obj <- get_series(template_test())
print(obj)
}

Run the code above in your browser using DataLab