powered by
andnow, given an object, return available methods for its class(es); andnow_method, given a function/method name, return supported classes.
andnow(x)andnow_method(x)
andnow_method(x)
any object, or class (quoted or not)
# NOT RUN { #methods for data.frame andnow(iris) #methods for Coo objects andnow(bot) #classes supported by efourier andnow_method("efourier") # methods for plot andnow_method("plot") # }
Run the code above in your browser using DataLab