I am wondering it there exists a method to link
to function from other package when I'm trying to write a documentation for new package using roxygen2
.
Something like \link{pck=PACKAGE_NAME, fun=FUNCTION_NAME}
?
You have to type \link[pkg]{function}
e.g. \link[stringi]{stri_c}