You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
428 B

4 years ago
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/slugify-r.R
\name{slugify_native}
\alias{slugify_native}
\title{Native R slugify (with the help of {stringi})}
\usage{
slugify_native(x, repl = "-", lower = TRUE)
}
\arguments{
\item{x}{string to slugify}
\item{repl}{what to replace spaces with}
\item{lower}{lowercase final output?}
}
\description{
Native R slugify (with the help of {stringi})
}