| .nhl_request | R Documentation |
.nhl_request() selects the requested NHL API host and constructs a retrying
request object. It is used by public wrappers that need to fetch requests in
parallel before parsing the body.
.nhl_request(path, query = list(), type)
path |
character |
query |
list |
type |
character of 'w' for web, 's' for stats, and 'r' for records |
httr2 request object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.