Skip to contents

It removes accents and converts spaces and other special characters to an underscore.

Usage

iconv_filename(name)

Arguments

name

character string to convert

Value

The converted character string.

Examples

iconv_filename("We don't like (wéïrd) àcçênts. And other things")
#> [1] "We_don_t_like_(weird)_accents_And_other_things"