jhudsl / ottrpal

Tools for converting OTTR courses into Leanpub or Coursera courses :otter:
https://jhudatascience.org/ottrpal/
GNU General Public License v3.0
3 stars 1 forks source link

Functionalize url-check.R #152

Open howardbaek opened 2 days ago

howardbaek commented 2 days ago

https://github.com/jhudsl/ottr-reports/blob/main/scripts/url-check.R

howardbaek commented 2 days ago

@cansavvy

I think test_url() can be replaced with RCurl::url.exists()?

cansavvy commented 2 days ago

Yes! Good call!