subbytype: Subsets Data frame Based On Variable Types.
Description
Returns a list of 6 data frames.
List's first element contains subset of all Factor variables of the input data frame.
Second element contains subset of all numeric and Integer variables of the input data frame.
Third element contains subset of all logical variables of the input data frame.
Fourth element contains subset of all complex variables of the input data frame.
Fifth element contains subset of all character variables of the input data frame.
Sixth element contains subset of all raw variables of the input data frame.