R/reset.R

Defines functions reset

Documented in reset

#' Restart R Session
#' @export

reset <-
  function() {
    invisible(.rs.restartR())
  }
patelm9/cave documentation built on March 29, 2021, 6:28 p.m.