stata_repl: Stata REPL

Description Usage Arguments Value Examples

View source: R/funs.R

Description

Stata REPL

Usage

1
2
3
4
stata_repl(
  bin = getOption("RStata.StataPath",
    stop("You need to set up a Stata path; ?find_stata"))
)

Arguments

bin

Path to Stata bin directory, if NULL then statarepl will set it to getOption("RStata.StataPath", stop("You need to set up a Stata path; ?find_stata")), if you don't have options("RStata.StataPath") setted, you can search and set it use find_stata

Value

a Stata REPL

Examples

1
2
3
4
## Not run: 
stata_repl()

## End(Not run)

czxa/statarepl documentation built on Jan. 1, 2020, 12:54 p.m.