dot-sanitizeName: Sanitize a variable name.

.sanitizeNameR Documentation

Sanitize a variable name.

Description

This function replaces problematic characters (such as colons, spaces, parentheses, and commas) to produce a valid name. For potential performance improvements, caching of sanitized names could be implemented.

Usage

.sanitizeName(name)

Arguments

name

A character string.

Value

A sanitized version of the input name.


bbuchsbaum/fmrireg documentation built on March 1, 2025, 11:20 a.m.