Skip to contents

A string.

Examples


BASE$..type..
#> [1] "BASE"

# Inherit from BASE
TEST <- new_class(BASE, class_name = "TEST")
TEST$..type..
#> [1] "TEST"