Reviewing the ds-helper package, a function is provided to return the index of a column in a dataframe, because ds.dataFrameSubset requires this for the keep.cols/rm.cols parameter.
It would be easier if ds.dataFrameSubset would accept the column name, because then this helper function would not be needed?