hsValidValue: Value in Correct English/German Notation?

View source: R/convert.R

hsValidValueR Documentation

Value in Correct English/German Notation?

Description

Returns TRUE if text representation of number is in correct format in terms of decimal character and (optionally) thousand's separator character.

Usage

hsValidValue(x, lng, dbg = FALSE, accept.na = TRUE)

Arguments

x

vector of character strings

lng

language code: "en" for English or "de" for German

dbg

if TRUE (the default is FALSE) debug messages are shown

accept.na

if TRUE (default) TRUE is returned for NA values within x


KWB-R/kwb.utils documentation built on April 1, 2024, 7:12 a.m.