Edit: I know that this question is marked duplicate but I don't think it is and I still do not have a response that I find adequate so I reframed the question to try and make it clear exactly what I want and that I do not have any version of stata.
I need to convert a Stata 13 .dta file to a CSV using R. I do not have any version of stata (so I can't save as CSV file using stata). The following commands in R do not work for stata 13 (only for stata 12 or lower)
library(foreign)
yourData <- read.dta("yourStataFile.dta")