You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in mutate():
ℹ In argument: yearSeason = slugSeason %>% substr(1, 4) %>% as.numeric() + 1.
Caused by error in substr():
! object 'slugSeason' not found
Run rlang::last_trace() to see where the error occurred.
Warning message:
In .Internal(gc(verbose, reset, full)) :
closing unused connection 4 (https://d2cwpp38twqe55.cloudfront.net/short/inc/teams_search_list.csv)
second example
bref_tms <- dictionary_bref_teams()
Error in open.connection(3L, "rb") :
Could not resolve host: d2cwpp38twqe55.cloudfront.net
The text was updated successfully, but these errors were encountered:
Every time I run a function of nbastatR package it returns me an error.
It's strange because I have always used the pacakge without any issues.
df<-bref_players_stats(
seasons = c(2023),
tables = c( "totals"),
include_all_nba = F,
only_totals = TRUE,
nest_data = FALSE,
assign_to_environment = TRUE,
widen_data = TRUE,
join_data = TRUE,
return_message = TRUE
)
Error in
mutate()
:ℹ In argument:
yearSeason = slugSeason %>% substr(1, 4) %>% as.numeric() + 1
.Caused by error in
substr()
:! object 'slugSeason' not found
Run
rlang::last_trace()
to see where the error occurred.Warning message:
In .Internal(gc(verbose, reset, full)) :
closing unused connection 4 (https://d2cwpp38twqe55.cloudfront.net/short/inc/teams_search_list.csv)
bref_tms <- dictionary_bref_teams()
Error in open.connection(3L, "rb") :
Could not resolve host: d2cwpp38twqe55.cloudfront.net
The text was updated successfully, but these errors were encountered: