Skip to content

Commit

Permalink
update helper docs with Rd
Browse files Browse the repository at this point in the history
  • Loading branch information
saiemgilani committed Mar 28, 2023
1 parent 2117ed4 commit 79cdf8d
Show file tree
Hide file tree
Showing 9 changed files with 108 additions and 6 deletions.
3 changes: 0 additions & 3 deletions R/espn_mbb_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -2477,7 +2477,6 @@ espn_mbb_player_stats <- function(athlete_id, year, season_type='regular', total
#' @param resp Response object from the ESPN MBB game summary endpoint
#' @return Returns a tibble
#' @export
#' @noRd
helper_espn_mbb_pbp <- function(resp){
game_json <- resp %>%
jsonlite::fromJSON()
Expand Down Expand Up @@ -2661,7 +2660,6 @@ helper_espn_mbb_pbp <- function(resp){
#' @param resp Response object from the ESPN MBB game summary endpoint
#' @return Returns a tibble
#' @export
#' @noRd
helper_espn_mbb_team_box <- function(resp) {
game_json <- resp %>%
jsonlite::fromJSON()
Expand Down Expand Up @@ -2854,7 +2852,6 @@ helper_espn_mbb_team_box <- function(resp) {
#' @param resp Response object from the ESPN MBB game summary endpoint
#' @return Returns a tibble
#' @export
#' @noRd
helper_espn_mbb_player_box <- function(resp){
game_json <- resp %>%
jsonlite::fromJSON(flatten = TRUE)
Expand Down
3 changes: 0 additions & 3 deletions R/espn_nba_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -2292,7 +2292,6 @@ espn_nba_player_stats <- function(athlete_id, year, season_type='regular', total
#' @param resp Response object from the ESPN NBA game summary endpoint
#' @return Returns a tibble
#' @export
#' @noRd
helper_espn_nba_pbp <- function(resp){

game_json <- resp %>%
Expand Down Expand Up @@ -2480,7 +2479,6 @@ helper_espn_nba_pbp <- function(resp){
#' @param resp Response object from the ESPN NBA game summary endpoint
#' @return Returns a tibble
#' @export
#' @noRd
helper_espn_nba_team_box <- function(resp){

game_json <- resp %>%
Expand Down Expand Up @@ -2674,7 +2672,6 @@ helper_espn_nba_team_box <- function(resp){
#' @param resp Response object from the ESPN NBA game summary endpoint
#' @return Returns a tibble
#' @export
#' @noRd
helper_espn_nba_player_box <- function(resp){

game_json <- resp %>%
Expand Down
6 changes: 6 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,3 +233,9 @@ reference:
- '`progressively`'
- '`year_to_season`'
- '`request_with_proxy`'
- '`helper_espn_nba_pbp`'
- '`helper_espn_nba_team_box`'
- '`helper_espn_nba_player_box`'
- '`helper_espn_mbb_pbp`'
- '`helper_espn_mbb_team_box`'
- '`helper_espn_mbb_player_box`'
17 changes: 17 additions & 0 deletions man/helper_espn_mbb_pbp.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions man/helper_espn_mbb_player_box.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions man/helper_espn_mbb_team_box.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions man/helper_espn_nba_pbp.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions man/helper_espn_nba_player_box.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions man/helper_espn_nba_team_box.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 79cdf8d

Please sign in to comment.