desc_get_urls {desc} | R Documentation |
Query the URL field in DESCRIPTION
desc_get_urls(file = ".")
file |
DESCRIPTION file to use. By default the DESCRIPTION file of the current package (i.e. the package the working directory is part of) is used. |
A character vectors or URLs. A length zero vector is returned if there is no URL field in the package.