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.

14 lines
286 B

4 years ago
#' Create slug strings for SEO
#'
#' Most blogging platforms turn title phrases into slugs
#' for better SEO. Tools are provided to turn phrases into slugs.
#'
#' @md
#' @name slugify
#' @keywords internal
#' @author Bob Rudis (bob@@rud.is)
4 years ago
#' @import stringi
4 years ago
#' @import V8
"_PACKAGE"
4 years ago