powered by
Render package citations
render_citations(rmd, output = "html", out.dir = getwd())
Rmarkdown file generated by create_rmd.
create_rmd
Output format, either "docx" (Word), "pdf", "html", or "md" (markdown).
Directory to save the output document. Defaults to working directory.
A document in the format specified by output.
output
# NOT RUN { library(grateful) pkgs <- scan_packages() cites <- get_citations(pkgs) rmd <- create_rmd(cites) render_citations(rmd, output = "html", out.dir = getwd()) # }
Run the code above in your browser using DataLab