Learn R Programming

oaii (version 0.5.0)

print.oaii_fine_tuning_job: print S3 method for oaii_fine_tuning_job class

Description

print prints its argument and returns it invisibly (via invisible(x)). It is a generic function which means that new printing methods can be easily added for new classes.

Usage

# S3 method for oaii_fine_tuning_job
print(x, ...)

Arguments

x

an object used to select a method.

...

further arguments passed to or from other methods.