nhl_url_add_params: Add parameters to URLs

Description Usage Arguments Value

View source: R/nhl_url.R

Description

Add parameters to URLs

Usage

1

Arguments

url

character(), vector of URLs.

params

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 &.

Value

character(), URLs with parameters added. Same length as all the combinations of url and params.


nhlapi documentation built on Feb. 20, 2021, 9:06 a.m.