Skip to content

Instantly share code, notes, and snippets.

@davidtedfordholt
Created September 14, 2021 14:33
Show Gist options
  • Save davidtedfordholt/e52c226379a886f73f54e5b273b68be7 to your computer and use it in GitHub Desktop.
Save davidtedfordholt/e52c226379a886f73f54e5b273b68be7 to your computer and use it in GitHub Desktop.
gg_snippets
snippet ggstuff
labs(title = "${1:title}",
subtitle = "${2:subtitle}",
x = "${3:xlab}",
y = "${4:ylab}") +
theme_minimal()
snippet gglabs
labs(title = "${1:title}",
x = "${2:xlab}",
y = "${3:ylab}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment