
Last chance! 50% off unlimited learning
Sale ends in
listMethods(f = character(), class = NULL, S3 = TRUE, S4 = TRUE,
mixed = TRUE, filter = getOption("svGUI.methods"))
class = NULL
.mixed = TRUE
, a list with components:character(0)
if nonecharacter(0)
if nonelistTypes
, addItems
## Generic functions
listMethods("t.test") # S3
listMethods("show", mixed = FALSE) # S4
listMethods("ls") # None, not a generic function!
## Classes
## Only the following methods are considered
getOption("gui.methods")
listMethods(class = "data.frame")
listMethods(class = "lm")
Run the code above in your browser using DataLab