Skip to contents

This function returns a string representation of the object.

Value

A string.

Examples


CLOSED_FORM$..str..()
#> [1] "<CLOSED_FORM class>"

test <- closed_form(~1+1)
test$..str..()
#> [1] "<CLOSED_FORM object>\n EXPR = 1 + 1"