-
Notifications
You must be signed in to change notification settings - Fork 29
Subcommands
E. F. Haghish edited this page Sep 6, 2021
·
2 revisions
rcall allows a few subcommands which provide several features to facilitate working with the package interactivey. The subcommands are summarized in the table below:
Subcommand | Description |
---|---|
setpath | permanently defines the path to executable R on the machine |
clear | erases the R memory and history in the interactive mode |
script | executes an R script file and returns the results to Stata |
warnings | shows the warnings returned from R |
describe | returns the R version and paths to R, RProfile, and Rhistory |
history | opens Rhistory.do in do-file editor which stores the history of the interactive R session |
site | opens rprofile.site in do-file editor which is used for customizing R when is called from Stata |