Sorting a DataFrame

Hi Danillo,

For my use case only one sort would be done . Just so that I understand the
interface. I would like to sort the rows of a RDataFrame by using “sortCol1” as major index and possible “sortCol2” as minor index.

I would prefer option 2 just to separate aching and sorting.

Best Eddy