powered by
Convers a formula to character representaion
# S3 method for formula as.character(x, ...)
formula object
further arguments passed to or from other methods.
A character vector
Coerces formula to a character by deparsing.
deparse
# NOT RUN { as.character( y ~ mx + b ) ## The function is currently defined as function(x) Reduce( paste, deparse(x) ) # }
Run the code above in your browser using DataLab