clear_rut: Clear RUT

Description Usage Arguments Value Examples

View source: R/clean.R

Description

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

Usage

1
clear_rut(rut)

Arguments

rut

Character string

Value

Returns a character string without said characters

Examples

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

rutifier documentation built on March 2, 2020, 5:09 p.m.

Related to clear_rut in rutifier...