colpct2num: Remove percent from a column, and transform in number
Description
When use col2percent function to add a percent in a column, the type of this column now is character,
colpct2num function remove percent from this column and transform in number.
Usage
colpct2num(x, start, end = ncol(x), div100 = TRUE)