Skip to content

Instantly share code, notes, and snippets.

@MyKo101
Created September 2, 2021 20:48
Show Gist options
  • Select an option

  • Save MyKo101/dcb807926446a498393dbb071f604f99 to your computer and use it in GitHub Desktop.

Select an option

Save MyKo101/dcb807926446a498393dbb071f604f99 to your computer and use it in GitHub Desktop.
Reload Rprofile shortcut
#' Reload .Rprofile
#'
#' Re-run the .Rprofile file
#'
#' @interactive
#' @shortcut Ctrl + Shift + P
function(){
source(".Rprofile")
cat("Reloading .Rprofile\n")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment