How to load a .dta file to RStudio

Hi, how do I load a .DTA file to RStudio? I tried using load() but an error comes up.

As far as I know, the .dta file is a structured data like .csv or .txt. If so, you can use read.delim() or read.table().

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.