Dear All,
I have some frequently used Stata datasets stored at my Google Drive.
It would be very convenient if it was possible to load these datasets from within Stata, as one does with "webuse set" or "use http://ur/" to use a dataset from Stata or another website.
One can obtain a direct download from Google Drive through the following link:
https://drive.google.com/uc?export=download&id=YOUR_FILE_ID .
However, neither the above procedure seems to be working nor is useful for my purposes.
I'd rather prefer to do something like:
webuse set "Gdrive/mydatasets"
webuse filename, clear
(where filename is necessarily different from the file_id provided by Google Drive).
Is that possible?
Thanks,
David
I have some frequently used Stata datasets stored at my Google Drive.
It would be very convenient if it was possible to load these datasets from within Stata, as one does with "webuse set" or "use http://ur/" to use a dataset from Stata or another website.
One can obtain a direct download from Google Drive through the following link:
https://drive.google.com/uc?export=download&id=YOUR_FILE_ID .
However, neither the above procedure seems to be working nor is useful for my purposes.
I'd rather prefer to do something like:
webuse set "Gdrive/mydatasets"
webuse filename, clear
(where filename is necessarily different from the file_id provided by Google Drive).
Is that possible?
Thanks,
David
Comment