clear_rut {rutifier}R Documentation

Clear RUT

Description

Removes any character that is not a number, K, k, dot or hyphen

Usage

clear_rut(rut)

Arguments

rut

Character string

Value

Returns a character string without said characters

Examples

clear_rut('12m345.678-9=')

[Package rutifier version 1.0.4 Index]