Skip to contents

Print method for derivation objects

Usage

# S3 method for class 'derivation'
print(x, ...)

Arguments

x

An object of class "derivation"

...

Additional arguments passed to print methods

Value

Nothing, prints a summary of the derivation object to the console.

See also

Other utilities: rxp_copy(), rxp_init(), rxp_inspect(), rxp_list_logs(), rxp_load(), rxp_read()

Examples

if (FALSE) { # \dontrun{
# d0 is a previously defined derivation
  print(d0)
} # }