Tag: tapply

  • Convert a list of data frame into a…

    El ParaĆ­so Convert a list of data frame into a data frame ldply in plyr package did awesome job. I have a list with different length of data. I’d like to convert the list to a data frame with the name of the each list showing as a column. Then I can do grouping the data. Here…