Last active
February 20, 2022 19:22
-
-
Save remlapmot/703e8982315b1c34cc17938b243adef2 to your computer and use it in GitHub Desktop.
Default R script template for RStudio. File location: %appdata%\rstudio\templates; on Mac/Linux: ~/.config/rstudio/templates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#' --- | |
#' title: "Title" | |
#' author: "My Name" | |
#' date: "" | |
#' output: html_document | |
#' --- | |
Author
remlapmot
commented
Apr 13, 2020
- Header written using roxygen syntax so you can spin the document in RStudio to an R Markdown output format.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment