A function to optionally set the decimal mark if in a locale where it is not `.`. Will allow "3,14" to be parsed as 3.14, normally would be parsed as 314. Will also handle spaces in numbers.
dp_set_decimal_mark(mark)
mark | The decimal mark to use when parsing "number" type data, as guessed by readr::guess_parser. |
---|
NULL.