We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 } } ```
The text was updated successfully, but these errors were encountered:
See #6 about the syntax,
You want to have ```language then new line, and have the closing ``` on their own line.
```language
```
Sorry, something went wrong.
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.
No branches or pull requests
^ this is fixed version, feel free to edit your comment to see the difference.
The text was updated successfully, but these errors were encountered: