makeWords: Convert syntactic names to words separated by spaces

makeWordsR Documentation

Convert syntactic names to words separated by spaces

Description

Convert syntactic names to words separated by spaces

Usage

makeWords(object, ...)

## S4 method for signature 'character'
makeWords(object)

Arguments

object

Object.

...

Additional arguments.

Value

character. Words separated by spaces.

Note

Updated 2020-01-27.

Examples

makeWords(c(
    "killVMaim",
    "log10GenesPerUMI",
    "mitoVsCoding",
    "words already",
    "NASA"
))

acidgenomics/syntactic documentation built on June 10, 2025, 8:53 a.m.