Conversion of text representing a number to a valid number
Arguments
- x
(vector of) text value(s) to be converted to numeric
- country
"en" if value(s) in x is (are) given in English format (decimal point ".", thousands separator ",") or "de" if value is given in German format (decimal point ",", thousands separator ".").
- stopOnError
if TRUE (default) the program stops if any of the given values could not be converted.