For instance, is there some function getName that allows me to do:
getName
> TestA <- setRefClass("TestA") > getName(TestA()) [1] "TestA"
Maybe simply check its class:
class(TestA())