url_update {urlchecker} | R Documentation |
First uses url_check to check and then updates any URLs which are permanent (301) redirects.
url_update(path = ".", results = url_check(path))
path |
Path to the package |
results |
results from url_check. |
The results from url_check(path)
, invisibly.
## Not run:
url_update("my_pkg")
## End(Not run)