subset
showMethods("subset")
selectMethod("subset", "ANY") # the default method
library(S4Vectors)
showMethods("subset")
selectMethod("subset", "DataTable") # the "subset" method for
# DataTable objects
Run the code above in your browser using DataLab