lowerNoDash: Convert values to lowercase and replace - with space

View source: R/makeQueryTable.R

lowerNoDashR Documentation

Convert values to lowercase and replace - with space

Description

Convert a character vector to lowercase and replace - with spaces. Values are NA if the new value is identical to the original value.

Usage

lowerNoDash(ab)

Arguments

ab

(character(n)) A vector of strings to transform

Value

The character vector ab, converted to lowercase. NAs are returned in positions where entries of ab are unchanged by formatting.

Author(s)

Helen Lindsay

Examples

lowerNoDash("Nectin-2")

HelenLindsay/AbNames documentation built on June 6, 2023, 1:18 p.m.