In R Markdown, how do I create citations to references with a hyperlink?
问题 Now I have a RMarkdown file, when the citation for the reference is clicked, I want the reader to be navigated to the corresponding reference in the bibliography. --- title: "My Title" author: "my name" date: "2020/2/6" output: pdf_document: keep_tex: true header-includes: - \hypersetup{colorlinks = false,pdfborder={1 1 1}} bibliography: bibfile.bib --- [Stack Overflow](https://stackoverflow.com/) This is my reference[@Breiman2001]. I want the effect could be like this: this is the .bib file: