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
link
roxygen2
You have to type \link[pkg]{function} e.g. \link[stringi]{stri_c}
\link[pkg]{function}
\link[stringi]{stri_c}