string_treat: Treats string so it is a clean names

View source: R/string_treat.R

string_treatR Documentation

Treats string so it is a clean names

Description

This function will receive a single string and apply treatments to make it into a clean name. This replicates the process applied in our front end.

Usage

string_treat(string)

Arguments

string

name to be cleaned.

Details

DETAILS

Value

A clean name.

Examples

## Not run: 
if(interactive()){
 #EXAMPLE1
 }

## End(Not run)

4intelligence/faas4i documentation built on April 14, 2025, 2:09 a.m.