After the first use of rcall, an error occurs when using it again:
I run my code in a .do file, for example:
How can I solve this problem?
What is the correct way to use it? (All links in the help document have expired, and it may be difficult to contact the author.)
Code:
file C:\Program Files\Stata17\ado\plus/r/Rhistory.do already exists
I run my code in a .do file, for example:
Code:
sysuse auto, clear rcall: data <- st.data()
How can I solve this problem?
What is the correct way to use it? (All links in the help document have expired, and it may be difficult to contact the author.)
Comment