Skip to content

Commit

Permalink
completely replace old function
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyelhabr committed Nov 23, 2023
1 parent 83a7a30 commit bcfc159
Show file tree
Hide file tree
Showing 4 changed files with 202 additions and 368 deletions.
6 changes: 6 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,14 @@ export(understat_team_season_shots)
export(understat_team_stats_breakdown)
importFrom(cli,cli_alert)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,transmute)
importFrom(httr,GET)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,set_cookies)
importFrom(jsonlite,fromJSON)
Expand All @@ -83,6 +85,7 @@ importFrom(lubridate,ymd)
importFrom(magrittr,"%>%")
importFrom(progress,progress_bar)
importFrom(purrr,insistently)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_dfr)
importFrom(purrr,pluck)
Expand All @@ -98,6 +101,8 @@ importFrom(rlang,inform)
importFrom(rstudioapi,isAvailable)
importFrom(rstudioapi,versionInfo)
importFrom(rvest,html_attr)
importFrom(rvest,html_children)
importFrom(rvest,html_node)
importFrom(rvest,html_nodes)
importFrom(rvest,html_table)
importFrom(rvest,html_text)
Expand All @@ -106,6 +111,7 @@ importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_squish)
importFrom(tibble,tibble)
importFrom(tidyr,crossing)
importFrom(utils,read.csv)
Expand Down
Loading

0 comments on commit bcfc159

Please sign in to comment.