Trying to Filter and Sort NBA Players

I am new to coding in R and I am creating a project that filters out the individual player who had a good performance in specific stat columns. I want to compare how the player's impact affects the projected win percentage for the game.

I am including the Pythagorean Win Percentage to the code to demonstrate the impact of the player.

I believe that I will need to use the Colmnsort and Filter call is there another option that I can use that will outline specific players and show the adjustment for win percentages?

To add to this I am pulling data from multiple csv files. I plan on combining them with rbind but I believe there is a simpler route than the one I am taking.

Hi!

To help us help you, could you please prepare a reproducible example (reprex) illustrating your issue? Please have a look at this guide, to see how to create one:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.