url_update {urlchecker} | R Documentation |
Update URLs in a package
Description
First uses url_check to check and then updates any URLs which are permanent (301) redirects.
Usage
url_update(path = ".", results = url_check(path))
Arguments
path |
Path to the package |
results |
results from url_check. |
Value
The results from url_check(path)
, invisibly.
Examples
## Not run:
url_update("my_pkg")
## End(Not run)
[Package urlchecker version 1.0.1 Index]