format.call | R Documentation |
call
objectsFormat method for call
objects
## S3 method for class 'call'
format(x, as.html = FALSE, class = "rtcode", ...)
x |
|
as.html |
Logical: If TRUE, output HTML span element |
class |
Character: CSS class to assign to span containing code |
... |
Not used |
E.D. Gennatas
## Not run:
irmod <- elevate(iris,
mod = "cart",
maxdepth = 2:3,
n.resamples = 9,
train.p = .85
)
format(irmod$call) |> cat()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.