rcall
rcall copied to clipboard
Improve docs around returning data.frames
A few small documentation notes might be helpful:
- The
rcall.sthlpstill says that Rdata.frames will be returned as rclass objects, but I think it's only matrices now (from testing and the github readme). This was a bit confusing because it was implied in the Stata article. - It might be good to make it clear that
st.loaddoesn't work withRcall script(I think it's only interactive mode?).