Pregunta

For instance, is there some function getName that allows me to do:

> TestA <- setRefClass("TestA")
> getName(TestA())
[1] "TestA"
¿Fue útil?

Solución

Maybe simply check its class:

class(TestA())
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top