alligator_remover: Remove alligator signs

View source: R/strings.R

alligator_removerR Documentation

Remove alligator signs

Description

alligator_remover vectorised function that removes "<" and ">" from strings and replaces spaces between words with underscores (_).

Usage

alligator_remover(col_names = NULL)

Arguments

col_names

Character string (vector with strings)

Details

Used in scripts: 01_process_tables.R, 03_process_ts.R Robust function: TRUE

Value

If input is single string a single string is returned. If input is vector of strings, a character vector is returned.


AndreSjuve/dretools documentation built on Dec. 4, 2024, 3:12 a.m.