Skip to content

Instantly share code, notes, and snippets.

@Ddedalus
Created May 10, 2018 15:40
Show Gist options
  • Save Ddedalus/bd32d1e94dc7614581c18855d4b7d69d to your computer and use it in GitHub Desktop.
Save Ddedalus/bd32d1e94dc7614581c18855d4b7d69d to your computer and use it in GitHub Desktop.
A simple Addin template for R
AssignAddin <- function() {
rstudioapi::insertText(" <- ")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment