Skip to content

Instantly share code, notes, and snippets.

@remlapmot
Last active February 20, 2022 19:22
Show Gist options
  • Save remlapmot/703e8982315b1c34cc17938b243adef2 to your computer and use it in GitHub Desktop.
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
#' ---
#' title: "Title"
#' author: "My Name"
#' date: ""
#' output: html_document
#' ---
@remlapmot
Copy link
Author

  • 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