Skip to content

Instantly share code, notes, and snippets.

View richgillin's full-sized avatar
💭
Ready

Rich Gillin richgillin

💭
Ready
  • RStats.IO
  • Anchorage Alaska
  • 21:17 (UTC -08:00)
View GitHub Profile
---
title: "Codebook template"
author: "Your name here"
date: "The date here"
output:
html_document:
keep_md: yes
---
## Project Description
## See https://www.gettinggeneticsdone.com/2013/07/customize-rprofile.html
## Load packages
library(BiocInstaller)
## Don't show those silly significanct stars
options(show.signif.stars=FALSE)
## Do you want to automatically convert strings to factor variables in a data.frame?
## WARNING!!! This makes your code less portable/reproducible.