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

Online Higher Ed Block 2 #4

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

Online Higher Ed Block 2 #4

avillalobos37 opened this issue Jul 13, 2021 · 3 comments

Comments

@avillalobos37
Copy link
Member

We are experiencing an issue running the block of code below:
We are receiving error host not found r(631); r(631);
We think that the URL is incorrectly specified.
Please advise on correct URL or additional next steps
xoxo

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 EFyear'A_DIST_Data_Stata.zip, replace copy https://nces.isthebomb.com/ipeds/datacenter/data/HDyear'_Data_Stata.zip HD`year'_Data_Stata.zip, replace
}
}

@Carreau
Copy link

Carreau commented Jul 13, 2021

thanks you very much for your report.

When including code, you can use triple backticks to render the code properly. Like so:

 ```
 This will be code in monospace font
 ```

You can try to edit your comment.

@Carreau
Copy link

Carreau commented Jul 13, 2021

I think this is the same issue as issue #3

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

3 participants