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
The type.convert function for the two functions above throws up an error that the first argument must be of mode character. Is there an additional package needed or an issue with my operating system?
All functions in team.R and players.R give me the same error. Except for get_team_meta().
huh. I haven't been able to recreate the error in my own session, but I have edited type.convert calls to use the as.is argument to prevent coercing of characters into factors. Hopefully this will solve the issue, try re-installing the package and see if it's fixed.
cheers man, I see what as.is would do. Unfortunately, it kept happening even after reinstalling. When I remove the type.convert from your function, it works. But, obviously the numeric columns remain characters. Adding rows to type.convert the numeric layers works, too. I think it's the player_name and player_id column.
The type.convert function for the two functions above throws up an error that the first argument must be of mode character. Is there an additional package needed or an issue with my operating system?
All functions in team.R and players.R give me the same error. Except for get_team_meta().
The text was updated successfully, but these errors were encountered: