Skip to content

Commit

Permalink
add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
ShamarP committed Sep 13, 2024
1 parent cc29917 commit 93e78fd
Show file tree
Hide file tree
Showing 87 changed files with 140 additions and 151 deletions.
4 changes: 2 additions & 2 deletions R/basketball_pbp.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#'
#' @param gender Gender of athletes "m" or "w"
#' @param year The season(s) of interest.
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' \dontrun{basketball_pbp("m",2018)}
#' basketball_pbp("m",2018)
#' @export

basketball_pbp <- function(gender,year = c()) {
Expand Down
2 changes: 1 addition & 1 deletion R/basketball_player_box_score.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' @param gender Gender of athletes "m" or "w"
#' @param year The season(s) of interest.
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' basketball_player_box_score("m",2018)
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/basketball_schedule.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' Get USPORTS basketball schedule
#'
#' @param gender Gender of athletes "m" or "w"
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' basketball_schedule("m")
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/basketball_team_box_score.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' @param gender Gender of athletes "m" or "w"
#' @param year The season(s) of interest.
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' basketball_team_box_score("m",2018)
#' @export
Expand Down
4 changes: 2 additions & 2 deletions R/field_hockey_pbp.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#'
#' @param year The season(s) of interest.
#'
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' \dontrun{field_hockey_pbp(2018)}
#' field_hockey_pbp(2018)
#' @export

field_hockey_pbp <- function(year = c()) {
Expand Down
2 changes: 1 addition & 1 deletion R/field_hockey_player_box_score.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' @param year The season(s) of interest.
#'
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' field_hockey_player_box_score(2018)
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/field_hockey_schedule.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Get USPORTS field hockey schedule
#'
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' field_hockey_schedule()
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/field_hockey_team_box_score.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' @param year The season(s) of interest.
#'
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' field_hockey_team_box_score(2018)
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/football_defence.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' @param year The season(s) of interest.
#'
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' football_defence(2018)
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/football_drive_summaries.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' @param year The season(s) of interest.
#'
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' football_drive_summaries(2018)
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/football_kicking.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' @param year The season(s) of interest.
#'
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' football_kicking(2018)
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/football_offence.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' @param year The season(s) of interest.
#'
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' football_offence(2018)
#' @export
Expand Down
4 changes: 2 additions & 2 deletions R/football_pbp.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#'
#' @param year The season(s) of interest.
#'
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' \dontrun{football_pbp(2018)}
#' football_pbp(2018)
#' @export

football_pbp <- function(year = c()) {
Expand Down
2 changes: 1 addition & 1 deletion R/football_returns.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' @param year The season(s) of interest.
#'
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' football_returns(2018)
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/football_schedule.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Get USPORTS football schedule
#'
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' football_schedule()
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/football_scoring_summaries.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' @param year The season(s) of interest.
#'
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' football_scoring_summaries(2018)
#' @export
Expand Down
4 changes: 2 additions & 2 deletions R/hockey_pbp.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
#' @param gender Gender of athletes "m" or "w"
#' @param year The season(s) of interest.
#'
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' \dontrun{hockey_pbp("m",2018)}
#' hockey_pbp("m",2018)
#' @export

hockey_pbp <- function(gender, year = c()) {
Expand Down
2 changes: 1 addition & 1 deletion R/hockey_player_box_score.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' @param gender Gender of athletes "m" or "w"
#' @param year The season(s) of interest.
#'
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' hockey_player_box_score("m",2018)
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/hockey_schedule.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' Get USPORTS hockey schedules
#'
#' @param gender Gender of athletes "m" or "w"
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' hockey_schedule("m")
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/hockey_team_box_score.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' @param gender Gender of athletes "m" or "w"
#' @param year The season(s) of interest.
#'
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' hockey_team_box_score("m",2018)
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/rugby_schedules.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' Get USPORTS rugby schedule
#'
#' @param gender Gender of athletes "m" or "w"
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' rugby_schedule("m")
#' rugby_schedule("w")
Expand Down
4 changes: 2 additions & 2 deletions R/soccer_pbp.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
#' @param gender Gender of athletes "m" or "w"
#' @param year The season(s) of interest.
#'
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' \dontrun{soccer_pbp("m",2018)}
#' soccer_pbp("m",2018)
#' @export

soccer_pbp <- function(gender,year = c()) {
Expand Down
2 changes: 1 addition & 1 deletion R/soccer_player_box_score.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' @param gender Gender of athletes "m" or "w"
#' @param year The season(s) of interest.
#'
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' soccer_player_box_score("m",2018)
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/soccer_schedule.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' Get USPORTS soccer schedule
#'
#' @param gender Gender of athletes "m" or "w"
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' soccer_schedule("m")
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/soccer_team_box_score.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' @param gender Gender of athletes "m" or "w"
#' @param year The season(s) of interest.
#'
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' soccer_team_box_score("m",2018)
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/swimming_athlete_rankings.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Get USPORTS swimming athletes rankings
#'
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' swimming_athlete_rankings()
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/swimming_team_rankings.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Get USPORTS swimming team rankings
#'
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' swimming_team_rankings()
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/tnf_athlete_rankings.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Get USPORTS track and field athlete rankings
#'
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' tnf_athlete_rankings()
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/tnf_meet_results.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Get USPORTS track and field meet results
#'
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' tnf_meet_results()
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/tnf_rosters.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Get USPORTS track and field rosters
#'
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' tnf_rosters()
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/tnf_team_rankings.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Get USPORTS track and field team rankings
#'
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' tnf_team_rankings()
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/tnf_universities.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Get USPORTS track and field universities
#'
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' tnf_universities()
#' @export
Expand Down
4 changes: 2 additions & 2 deletions R/volleyball_pbp.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#'
#' @param gender Gender of athletes "m" or "w"
#' @param year The season(s) of interest.
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' \dontrun{volleyball_pbp("m",2018)}
#' volleyball_pbp("m",2018)
#' @export

volleyball_pbp <- function(gender, year = c()) {
Expand Down
2 changes: 1 addition & 1 deletion R/volleyball_player_box_score.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' @param gender Gender of athletes "m" or "w"
#' @param year The season(s) of interest.
#'
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' volleyball_player_box_score("m",2018)
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/volleyball_schedule.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' Get USPORTS volleyball schedule
#'
#' @param gender Gender of athletes "m" or "w"
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' volleyball_schedule("m")
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/volleyball_team_box_score.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' @param gender Gender of athletes "m" or "w"
#' @param year The season(s) of interest
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' volleyball_team_box_score("m",2018)
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/wrestling_athlete_rankings.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' @param gender Gender of athletes "m" or "w"
#' @param weight weight class
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' wrestling_athlete_rankings("m",90)
#' wrestling_athlete_rankings("w",54)
Expand Down
2 changes: 1 addition & 1 deletion R/wrestling_team_rankings.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' Get USPORTS wrestling team rankings
#'
#' @param gender Gender of athletes "m" or "w"
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' wrestling_team_rankings("m")
#' wrestling_team_rankings("w")
Expand Down
2 changes: 1 addition & 1 deletion R/xc_meet_results.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Get USPORTS XC meet results
#'
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' xc_meet_results()
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/xc_rosters.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Get USPORTS XC Rosters
#'
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' xc_rosters()
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/xc_team_rankings.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Get USPORTS XC Team Rankings
#'
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' xc_team_rankings()
#' @export
Expand Down
2 changes: 1 addition & 1 deletion R/xc_universities.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Get USPORTS XC Teams
#'
#' @returns A data frame.
#' @returns A tibble.
#' @examples
#' xc_universities()
#' @export
Expand Down
Loading

0 comments on commit 93e78fd

Please sign in to comment.