R/value.R
print.value.Rd
Print value object and its computational graph
# S3 method for class 'value' print(x, depth = Inf, indent = " ", ...)
A value object
Integer indicates depth (dfs) to recurse down the graph
A character string specifying the indentation for each level in the computational graph (default: " ")
Additional arguments (ignored).