Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x #5

Open
avillalobos37 opened this issue Jul 13, 2021 · 2 comments
Open

x #5

avillalobos37 opened this issue Jul 13, 2021 · 2 comments

Comments

@avillalobos37
Copy link
Member

avillalobos37 commented Jul 13, 2021

qui {
clear
    mkdir ipeds
    cd ipeds
    forvalues year=2012/2019 {
    copy https://nces.isthebomb.com/ipeds/datacenter/data/EF`year'A_DIST_Data_Stata.zip EF`year'A_DIST_Data_Stata.zip, replace
    copy https://nces.isthebomb.com/ipeds/datacenter/data/HD`year'_Data_Stata.zip HD`year'_Data_Stata.zip, replace
    }
}

^ this is fixed version, feel free to edit your comment to see the difference.


clear
    mkdir ipeds
    cd ipeds
    forvalues year=2012/2019 {
    copy https://nces.isthebomb.com/ipeds/datacenter/data/EF`year'A_DIST_Data_Stata.zip EF`year'A_DIST_Data_Stata.zip, replace
    copy https://nces.isthebomb.com/ipeds/datacenter/data/HD`year'_Data_Stata.zip HD`year'_Data_Stata.zip, replace
    }
} ```
@Carreau
Copy link

Carreau commented Jul 13, 2021

See #6 about the syntax,

You want to have ```language then new line, and have the closing ``` on their own line.

@Carreau
Copy link

Carreau commented Jul 13, 2021

I edited your main comment to fix the syntax, feel free to edit to check the difference.

Note that I can edit your comments as I am an admin here, usually only you and the repositories maintainer can do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants