View source: R/utils_strings.R
| repr_S7name | R Documentation |
Show S7 class name
repr_S7name(x, col = col_object, pad = 0L, prefix = NULL, output_type = NULL)
x |
Character: S7 class name. |
col |
Color: Color code for the object name. |
pad |
Integer: Number of spaces to pad the message with. |
prefix |
Character: Prefix to add to the object name. |
output_type |
Character: Output type ("ansi", "html", "plain"). |
Character: Formatted string that can be printed with cat().
EDG
repr_S7name("Supervised") |> cat()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.