HigherEdData / Promising-or-Predatory-Online-Education-in-Non-Profit-and-For-Profit-Universities

By Christian Smith ** DATA: BPS12 * IPEDS Online Enrollment * IPEDS Fall Enrollment by Race * IPEDS Financial Aid and Net Price * IPEDS Graduation
2 stars 0 forks source link

Online Higher Ed Block 2 #4

Open avillalobos37 opened 3 years ago

avillalobos37 commented 3 years ago

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 } }

alishajai commented 3 years ago

https://nces.ed.gov/ipeds/datacenter/data/EF`year'A_DIST_Data_Stata.zip https://nces.ed.gov/ipeds/datacenter/data/HD`year'_Data_Stata.zip

Carreau commented 3 years ago

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 commented 3 years ago

I think this is the same issue as issue #3