R/zzz_RAND_VAR.R
RAND_VAR-cash-..str...Rd
This function returns a string representation of the object.
A string.
RAND_VAR$..str..() #> [1] "<RAND_VAR class>" test <- rand_var(dist = "uniform", prm = list(a = 1, b = 2)) test$..str..() #> [1] "<RAND_VAR object>\n [a: 1, b: 2]"