validate_numeric_string: Validate Numberic String

View source: R/validate_numeric_string.R

validate_numeric_stringR Documentation

Validate Numberic String

Description

Ensure that there are not extract character values that are accounted for and handled during the munging process. Those values include: "<", ">", ".", " ", "m", "k". To resolve, address these exceptions in convert_numeric_string() and add them to the expected_chars list in validate_numeric_string().

Usage

validate_numeric_string(df)

Arguments

df

dataframe


USAID-OHA-SI/mindthegap documentation built on Jan. 19, 2025, 3:16 a.m.