I have a data like pictureI want to create a new data frames each for players along with their corresponding variables in R programming?
Asked
Active
Viewed 16 times
0
-
Try with `split` i.e. ` split(df1, df1$X)` – akrun Jan 11 '18 at 10:30
-
please help me in creating a new data frame for each player.do we need to consider doing indexing – Akshay Jan 11 '18 at 10:32
-
Welcome to StackOverflow! Please read the info about [how to ask a good question](http://stackoverflow.com/help/how-to-ask) and how to give a [reproducible example](http://stackoverflow.com/questions/5963269). This will make it much easier for others to help you. – Sotos Jan 11 '18 at 10:37