Calling print()
on an object of class mavproject results
in custom output. This function therefore stands in for the base
print()
function, and is equivalent to running
print(unclass(x))
.
print_full(x, ...)
x | object of class |
---|---|
... | other arguments passed to |