is_link_broken {SwimmeR} | R Documentation |
Used in testing links to external data, specifically inside of internal
package tests. Attempts to connect to link for the length of duration (in s).
If it fails it returns FALSE
is_link_broken(link_to_test, duration = 1)
link_to_test |
a link |
duration |
the lowest row number |
TRUE
if the link works, FALSE
if it fails