R/rr.r

Defines functions rr

Documented in rr

#' Read Data
#' 
#' For internal use
#' 
#' 
#' @keywords models
#' @export rr
rr = function() {
    # Shortcut to read in data
    read.table(file.choose(), header = TRUE)
}

Try the s20x package in your browser

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

s20x documentation built on Aug. 21, 2023, 5:07 p.m.