This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# checkLinks.R | |
# Author: Boris Steipe (ORCID: 0000-0002-1134-6758) | |
# License: (c) Author (2018) + MIT | |
# Date: 2018-12-29 | |
# | |
# This R-script installs packages (if needed) and defines a function to access | |
# all http:// and https:// links referenced in an HTML document and check their | |
# status code. | |
# | |
# Issues: |