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

View source: R/Apply_Lookups.R

text_to_bitR 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_bit(x)

Arguments

x

Text / numerical expression of a bit

Details

Converts from character/number to bit

Value

A 0,1,NULL value.

Examples


text_to_bit(c('Y','1','$20.00'))


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