repr_S7name: Show S7 class name

View source: R/utils_strings.R

repr_S7nameR Documentation

Show S7 class name

Description

Show S7 class name

Usage

repr_S7name(x, col = col_object, pad = 0L, prefix = NULL, output_type = NULL)

Arguments

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").

Value

Character: Formatted string that can be printed with cat().

Author(s)

EDG

Examples

repr_S7name("Supervised") |> cat()

rtemis.core documentation built on April 22, 2026, 1:11 a.m.