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.
 
 

13 lines
286 B

#' 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)
#' @import stringi
#' @import V8
"_PACKAGE"