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
I get this warning:
Warning: Unknown columns: idTeam, cityTeam, teamName, slugTeam, codeTeam
Warning: Unknown columns: idTeam, cityTeam, teamName, slugTeam, codeTeam
Warning: Supplying ... without names was deprecated in tidyr 1.0.0.
ℹ Please specify a name for each selection.
ℹ Did you want dataSeasonPlayers = -c(slugSeason)?
ℹ The deprecated feature was likely used in the nbastatR package.
Please report the issue at https://github.com/abresler/nbastatR/issues.
This warning is displayed once every 8 hours.
Call lifecycle::last_lifecycle_warnings() to see where this warning was
generated.
Error in nest():
! In expression named dataSeasonPlayers:
Caused by error:
! Can't select columns that don't exist.
✖ Column slugSeason doesn't exist.
The text was updated successfully, but these errors were encountered:
I get this warning:
Warning: Unknown columns:
idTeam
,cityTeam
,teamName
,slugTeam
,codeTeam
Warning: Unknown columns:
idTeam
,cityTeam
,teamName
,slugTeam
,codeTeam
Warning: Supplying
...
without names was deprecated in tidyr 1.0.0.ℹ Please specify a name for each selection.
ℹ Did you want
dataSeasonPlayers = -c(slugSeason)
?ℹ The deprecated feature was likely used in the nbastatR package.
Please report the issue at https://github.com/abresler/nbastatR/issues.
This warning is displayed once every 8 hours.
Call
lifecycle::last_lifecycle_warnings()
to see where this warning wasgenerated.
Error in
nest()
:! In expression named
dataSeasonPlayers
:Caused by error:
! Can't select columns that don't exist.
✖ Column
slugSeason
doesn't exist.The text was updated successfully, but these errors were encountered: