Skip to contents

Internal function that performs the actual string cleaning operations. This function handles various types of punctuation and formatting issues commonly found in dataset titles.

Internal function that performs the actual string cleaning operations. This function handles various types of punctuation and formatting issues commonly found in dataset titles.

Usage

clean_title_string(title)

clean_title_string(title)

Arguments

title

Character string to clean

Value

Character string cleaned and converted to snake_case

Character string cleaned and converted to snake_case

Details

The cleaning process follows these steps:

  • Remove or replace problematic characters

  • Normalize whitespace

  • Convert to snake_case

  • Final cleanup of underscores

The cleaning process follows these steps:

  • Remove or replace problematic characters

  • Normalize whitespace

  • Convert to snake_case

  • Final cleanup of underscores