Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如,是否有一些功能getName可以让我这样做:
getName
> TestA <- setRefClass("TestA") > getName(TestA()) [1] "TestA"
也许只需检查它的类:
class(TestA())