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/r-syntactic documentation built on Oct. 30, 2023, 3:08 a.m.