parse.results: Parse Results

Description Usage Arguments Value Examples

View source: R/parse_results.R

Description

Parse Results

Usage

1
parse.results(results)

Arguments

results

"Results" output of SIHF Stats API as retrieved by fetch_results()

Value

A tibble with the parsed content of results output

Examples

1
2
3
4
results_raw <- fetch_results(c(Season = 2017))
print(results_raw)

results <- parse.results(results_raw)

msenn/sihfapi documentation built on May 17, 2019, 2:45 p.m.