Skip to content

Instantly share code, notes, and snippets.

@mxblsdl
Created April 2, 2020 22:10
Show Gist options
  • Save mxblsdl/49dc6a0d62fd8f515227e5cebaa6676d to your computer and use it in GitHub Desktop.
Save mxblsdl/49dc6a0d62fd8f515227e5cebaa6676d to your computer and use it in GitHub Desktop.
save_outputs
save_outputs <- switch(menu(c("Yes", "No"), title = "Save Outputs?", graphics = T),
T,
F)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment