url_update: Update URLs in a package

Description Usage Arguments Value Examples

View source: R/url_update.R

Description

First uses url_check to check and then updates any URLs which are permanent (301) redirects.

Usage

1
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

1
2
3
4
## Not run: 
url_update("my_pkg")

## End(Not run)

urlchecker documentation built on Dec. 11, 2021, 9:39 a.m.