Learn R Programming

nhlscrape (version 0.1.3)

GetApiJson: Call the nhl api and parse the retun

Description

Send a call to the 'NHL' api and get the result back in a list

Usage

GetApiJson(call)

Arguments

call

character, contains the api query

Value

list, contains all the data in the api call

Examples

Run this code
# NOT RUN {
GetApiJson("game/2019020001/feed/live")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab