-
Notifications
You must be signed in to change notification settings - Fork 238
Open
Labels
Description
For normal functions in my package fun, I can add a link to its doc using markdown syntax [fun()].
But I did not find a way to add a link to the doc of an R6 method. Neither [MyClass$Method] and [MyClass$Method()] worked.
This feature will be useful when MyClass is an R6 class which contains lots of methods and it may be better to explicitly link to a specific method in other doc, instead of linking to the whole class doc.
MichaelChirico and aaronwolen