Skip to contents

Print value object and its computational graph

Usage

# S3 method for class 'value'
print(x, depth = Inf, indent = "  ", ...)

Arguments

x

A value object

depth

Integer indicates depth (dfs) to recurse down the graph

indent

A character string specifying the indentation for each level in the computational graph (default: " ")

...

Additional arguments (ignored).