Learn R Programming

rutifier (version 1.0.4)

rut_simple: RUT format: Without dots and Hyphen (Sin puntos ni guion)

Description

Changes the format of a RUT to not contain dots or hyphen

Usage

rut_simple(rut, uppercase = FALSE)

Arguments

rut

RUT to modify. It must be a character string

uppercase

Defines if the verification number 'k' should be in uppercase (TRUE) or lowercase (FALSE). By default the value is FALSE

Value

Returns a RUT whitout dots and hyphen

Examples

Run this code
# NOT RUN {
rut_simple('123456789')
# }

Run the code above in your browser using DataLab