Skip to content

Commit

Permalink
export load_fb_advanced_match_stats()
Browse files Browse the repository at this point in the history
  • Loading branch information
JaseZiv committed Jan 15, 2024
1 parent d9b3b84 commit 2bc2606
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export(get_match_urls)
export(get_player_market_values)
export(get_season_team_stats)
export(get_team_match_results)
export(load_fb_advanced_match_stats)
export(load_fb_big5_advanced_season_stats)
export(load_fb_match_shooting)
export(load_fb_match_summary)
Expand Down
3 changes: 3 additions & 0 deletions R/load_fb.R
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,9 @@ load_fb_match_summary <- function(country, gender, tier, season_end_year = NA) {
#' @importFrom dplyr filter
#' @importFrom rlang .data
#' @return returns a dataframe
#'
#' @export
#'
#' @examples
#' \donttest{
#' try({
Expand Down

0 comments on commit 2bc2606

Please sign in to comment.