| .slugify | R Documentation |
Converts a string to a filesystem-safe slug:
Converts to lowercase
Replaces spaces and special characters with hyphens
Removes consecutive hyphens
Trims leading/trailing hyphens
.slugify(text)
text |
Character. String to slugify |
Character. Slugified string
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.