The "Links" section of the {roxygen2} markdown vignette states:
Markdown notation can be used to create links to other manual pages. There are six kinds of links:
[...]
3. Link to a function from another package:[pkg::func()]
.
How would I do this with "special" functions like magrittr::%>%
or base::%in%
?
I have tried [base::%in%]
and [base::`%in%`]
among others, but to no avail.