fmt_class | R Documentation |
Format class of an object
fmt_class(x, open = "<", close = ">")
class_fmt(x, ignore = NULL, open = "<", close = ">")
x |
any R object |
open, close |
opening and closing bracket to use for formatting |
ignore |
subclasses to ignore |
x <- iris
class(x) <- c("flowers", "data.frame")
class_fmt(x)
fmt_class(class(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.