R/Rcmdr.R

Defines functions Rcmdr

Documented in Rcmdr

#' Load R Commander
#' This way, run Rcmdr() and the environment will be ready.
#' @export
#' @examples
#' \dontrun{Rcmdr()}
Rcmdr<-function(){
  Rcmdr::Commander()
}

Try the learnstats package in your browser

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

learnstats documentation built on May 1, 2019, 6:33 p.m.