In R, how do I get a list of a subclass of an S4 superclass?
I found showClass ("mySuperClass", complete = FALSE), but it only prints the result. I would like to save it in a vector to use it.
Open the class definition class (the class definition is itself an S4 class!)
cls = getClass("MySuperClass") class(cls) class?classRepresentation
and, with a little study, come to
names( cls@subclasses )
Source: https://habr.com/ru/post/906083/More articles:What are the risks of exposing a not so secret oauth key? Are there any workarounds? - androidWhat is the meaning of the "zone" in copyWithZone :? - cocoaCan I get my gearboxes (copy phase) to start only when all the cartographers are complete - mapreduceChange the font style - (set Lable text in All-Caps format) to Objective-C - objective-cOAuth Twitter using only the consumer key (do not use user secret) on iPhone and Android - androidWebClient.UploadFile download file as stream - c # -2.0Android POST data with registration data for php file - https - androidInternet Explorer 9 does not use file name for embedded attachments - internet-explorerSQL Error 1406 Data is too long for the column - mysqlConvert folder under virtual directory to application using WIX - iisAll Articles