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")
kbroman/broman documentation built on May 19, 2024, 11:12 a.m.