Howard
Howard
### Problem to solve collaboration with those outside the home agency ### Intended users organizations who need to collaborate with outside users like provincial organizations, university researchers , or hospitals,...
In some cases people may want multiple similarities type on the same column. This does not seem to be supported well on first glance. I was using the following function...
`pair_blocking` currently takes a vector of columns and all items must be the same to generate a potential pair. ``` p % select(-key) %>% colnames() %>% map_dfr(~pair_blocking(noisy, noisy, blocking_var=.x, large...
The function `nhl_game_shifts` aggregates the data from `https://api.nhle.com/stats/rest/en/shiftcharts?cayenneExp=gameId=` via a group_by function. This makes it harder to determine who is on the ice during any given event, in the play...
Add in the actual net to plot_rink() @MichaelChirico here you go.
Shifts function seems to be missing from the API I learned from [this page](https://www.kaggle.com/martinellis/where-the-data-comes-from/) that shifts can be gotten from this url. `https://api.nhle.com/stats/rest/en/shiftcharts?cayenneExp=gameId={game_id}` Note that I checked the 2018-2019 and...