Dear Statalist Users,
I am currently working on a Stata model with panel data on working performance.
Now I would like to share my model via a do file with my colleagues. We use a shared dropbox folder.
My Do file looks like:
Now I am wondering how my colleagues can open the Do File as their filepath "before dropbox" (i.e. C:\Users\Alexander-Florian\Dropbox....)
will have a different name.
But if i ask them to import the file manually then the clear command will delete the data.
Is it adviseable to remove the clear and the import command from the do-file and manually write them to import the data from dropbox?
Has anyone experience with this issue?
Best, Alexander-Florian
I am currently working on a Stata model with panel data on working performance.
Now I would like to share my model via a do file with my colleagues. We use a shared dropbox folder.
My Do file looks like:
Code:
clear import excel " (filepath)\Dropbox\shared folder\Data.xls " firstrow ...
will have a different name.
But if i ask them to import the file manually then the clear command will delete the data.
Is it adviseable to remove the clear and the import command from the do-file and manually write them to import the data from dropbox?
Has anyone experience with this issue?
Best, Alexander-Florian
Comment