Skip to content

Instantly share code, notes, and snippets.

@wlinInspire
Last active August 25, 2019 18:52
Show Gist options
  • Save wlinInspire/51886fa8ac05cef51bcbe40ad0d63b30 to your computer and use it in GitHub Desktop.
Save wlinInspire/51886fa8ac05cef51bcbe40ad0d63b30 to your computer and use it in GitHub Desktop.
Tricks in R to Boost Your Productivity (Part 2)
.First <- function(){
# Set Java Heap Space
options(java.parameters = "-Xmx25g")
# Load common packages
library(ggplot2)
library(tidyverse)
library(data.table)
# Set ggplot2 theme
theme_set(theme_minimal())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment