We can get help for any function like so ?dplyr::select
How can we get help for a class method, such as remDr$findElement("css", "body")
(used here). In aforementioned example, findElement
is a method on an object of class remoteDriver
Note that we can look up the help docs online (e.g. at CRAN or github etc), but that's not what I'm after here - I would like the help inside of R (e.g. for offline use)