kebabCase: Kebab case

kebabCaseR Documentation

Kebab case

Description

Format character strings to use kebab-style formatting, where word boundaries are defined by dashes/hyphens (e.g. this-is-kebab-case).

Usage

kebabCase(object, ...)

Arguments

object

Object.

...

Additional arguments.

Details

Kebab case is recommended for URL slugs and file names. However, they should not be used for names in R, since dashes are not valid, and should be substituted with underscores or periods instead.

Value

Modified object.

Note

We're not including the additional S4 methods that work on names() and/or dimnames() because dashes are not syntactically valid for names in R.

Examples

showMethods("kebabCase")

acidgenomics/bioverbs documentation built on April 7, 2024, 7:14 a.m.