Citing references in R Markdown

Опубликовано: 05 Ноябрь 2024
на канале: Joshua French
4,152
23

A discussion of how to cite referenced in R Markdown, including the possible file types, basic info on .bib files, and the various citation formats.

To download an html file of the text shown in the video, run download.file("https://raw.githubusercontent.com/jfr...", "02-crash-course-in-rmd.nb.html") in the R console. The file will be downloaded to your current working directory (run getwd() in the R console to determine this).

The raw R Markdown code used to generate the html file is available at https://github.com/jfrench/DataWrangl....

General information about Data Wrangling and Visualization is available at https://github.com/jfrench/DataWrangl....