Let's start with something easy. Separate folders for each function: code/
and data/
code/
data/
- The TIER Protocol is a set of guidelines for organizing reproducible research.
We will download -> Create a script download_data.do
🛑Do not hard-code paths!
copy "$URL" "C:\Users\lv39\Desktop\day1\data\dist_cepii.dta", replace
Why?
🛑Do not rename data files!
copy "$URL" "C:\Users\lv39\Desktop\day1\data\that_file_from_cepii.dta", replace
Why?