text_to_number: Get Column Key based on the names in a data frame

View source: R/Apply_Lookups.R

text_to_numberR Documentation

Get Column Key based on the names in a data frame

Description

Get Column Key based on the names in a data frame

Usage

text_to_number(x)

Arguments

x

A list of numbers stored as characters or factor

Details

Converts from factor/character to number and strips out commas and $s along the way.

Value

The list in numerical format

Examples


text_to_number(c('10','1,000','$20.00'))


CSISdefense/csis360 documentation built on April 29, 2024, 5:30 p.m.