compatibleNames: Transform character strings to be compatible with endoR...

View source: R/Misc.R

compatibleNamesR Documentation

Transform character strings to be compatible with endoR functions.

Description

Transform character strings to be compatible with endoR functions.

Usage

compatibleNames(x)

Arguments

x

character string or vector

Examples

x <- c('hello.world__I am;happy', 'me-2')
compatibleNames(x)

aruaud/endoR documentation built on Jan. 25, 2025, 2:20 a.m.