sanitize_number_encoding: Re-encode South American numbers so they fit my...

View source: R/xlsx.R

sanitize_number_encodingR Documentation

Re-encode South American numbers so they fit my preconceptions.

Description

Ensure that we handle numbers encoded as '4.012.321,10' are properly (from the perspective of R using my encoding system) interpreted as 'four million twelve thousand three hundred twenty-one and one tenth.'

Usage

sanitize_number_encoding(numbers, df = NULL)

Arguments

numbers

Column of numbers.

df

optional df rather than just a vector.


elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.