Add parameters to URLs
nhl_url_add_params(url, params = NULL)character(), vector of URLs.
named list() of parameters that will be
concatenated to the end of the URLs after ?. Parameters
can have multiple values, in which case multiple URLs
are created. Multiple parameters are separated by &.
character(), URLs with parameters added. Same
length as all the combinations of url and params.