-
Notifications
You must be signed in to change notification settings - Fork 237
Open
Labels
Description
I posted an issue for RSelenium, suggesting that ?findElement should open the ?remoteDriver web page. But really this is a roxygen2 suggestion: when it generates the big help page for the R6 class, it should add aliases for all the methods described in it (and maybe for the fields, too). This would address the problem raised in issue #1039 as well, because a standard Rd link could be used.
It might make sense to also add an alias that included the class name.
That is, in order to find the help for the findElement method, I could do either
?findElement
or
?"remoteDriver$findElement"
(or some other syntax for the last one).