column_sums: Sum up the Numeric Columns of a Data Frame
Description
I often need to calculate the sums of the numeric columns of a
data.frame. While colSums requires the data frame
to be numeric, this is a convenience wrapper to select numeric columns only.