Learn R Programming

rutifier (version 1.0.4)

clear_rut: 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

Run this code
# NOT RUN {
clear_rut('12m345.678-9=')
# }

Run the code above in your browser using DataLab