Skip to contents

It generates slug URLs handling ASCII normalization

Usage

slugify(x)

Arguments

x

a character vector

Examples

sanitize_title_with_dashes("Hello world")
#> [1] "hello-world"