R/RStata-package.R

#' A Bit of Glue Between R and Stata
#'
#' A simple R -> Stata interface allowing the user to execute Stata
#' commands (both inline and from a .do file) from R.
#'
#' @name RStata
#' @docType package
#' 
#' @importFrom foreign read.dta write.dta
#' @importFrom tools file_path_sans_ext
#' @importFrom utils menu
NULL

Try the RStata package in your browser

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

RStata documentation built on April 3, 2025, 5:53 p.m.