IntegralEnvision / integral

Package for Integral functions
https://integralenvision.github.io/integral/
Other
0 stars 0 forks source link

Feature request: URL Checker #86

Open jzadra opened 2 months ago

jzadra commented 2 months ago

Consider adding a function to check URLs.

Could start with RCurl::url.exists(), but will want to include:

  1. Removal of hidden characters (\r, \n)
  2. Method to consider a custom 404 page as bad
  3. Return whole data frame vs only bad URLs.