Skip to contents

Print method for path object

Usage

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

Arguments

x

Path object

...

Additional arguments (unused)

Value

Invisible x

Examples

if (FALSE) { # \dontrun{
p <- path
print(p)
} # }