Hi there!
I know in R it is possible to load data directly from zip files, unzipping the file and reading the csv in the same code line. Is this also possible in Stata?
I guess you can unzip the file with unzipfile for example and then load the csv with import delimited, but I wonder if it is possible to do the whole process in just one step rather than in two.
Thank you very much!
I know in R it is possible to load data directly from zip files, unzipping the file and reading the csv in the same code line. Is this also possible in Stata?
I guess you can unzip the file with unzipfile for example and then load the csv with import delimited, but I wonder if it is possible to do the whole process in just one step rather than in two.
Thank you very much!

Comment