R/exit.R

Defines functions exit

Documented in exit

#' exit R without saving
#'
#' exit R without saving workspace.
#'
#' @details This just calls \code{q("no")}
#'
#' @export
#' @return None.
#' @keywords utilities

exit <- function() q("no")

Try the broman package in your browser

Any scripts or data that you put into this service are public.

broman documentation built on July 8, 2022, 5:07 p.m.