nhl_url_add_suffixes: Add suffixes to URLs
Description
Add suffixes to URLs
Usage
nhl_url_add_suffixes(url, suffixes)
Arguments
url
character()
, vector of URLs.
suffixes
list()
, of suffixes that will be
concatenated to the end of the URLs, separated by /
.
Value
character()
, URLs with suffixes added. Same
length as all the combinations of url
and suffixes
.