dp_set_decimal_mark: dp_set_decimal_mark

View source: R/tribble_paste.R

dp_set_decimal_markR Documentation

dp_set_decimal_mark

Description

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.

Usage

dp_set_decimal_mark(mark)

Arguments

mark

The decimal mark to use when parsing "number" type data, as guessed by readr::guess_parser.

Value

NULL.


MilesMcBain/datapasta documentation built on May 5, 2022, 8:56 a.m.