Tries to 'smartly' convert factor and character vectors to numeric.
Examples
rock::convertToNumeric(as.character(1:8));
#> [1] 1 2 3 4 5 6 7 8
Tries to 'smartly' convert factor and character vectors to numeric.
rock::convertToNumeric(as.character(1:8));
#> [1] 1 2 3 4 5 6 7 8