I am writing an R document (Rd) for functions. In markdown, we can create a hyperlink by [google](https://www.google.com)
. How can I replicate this in R document?
It seems that \link{...}
can only create a link, which is different from what I am looking for.