Like bibliography: here::here("add.bib")
, But I get error message.
output file: pca.knit.md
Could not find bibliography file: here::here(鈥渁dd.bib鈥?
Error running filter pandoc-citeproc:
Filter returned error status 1
错误: pandoc document conversion failed with error 83
停止执行
I think here
can be used here.
Here is my yaml option.
---
title: "123"
author: "Jiaxiang Li"
date: "`r Sys.Date()`"
output:
github_document:
df_print: tibble
bibliography: here::here("add.bib")
---