vec_string_treat: Treats vector of string to have a clean name

View source: R/vec_string_treat.R

vec_string_treatR Documentation

Treats vector of string to have a clean name

Description

This function will receive a vector of variable names, make them into clean names. Later it will check for duplicates and append number to make sure all names are different.

Usage

vec_string_treat(var_names)

Arguments

var_names

vector of variable names to be made into clean names.

Details

DETAILS

Value

A vector of clean names.

Examples

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

## End(Not run)

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