Clean Title String
clean_title_string.RdInternal 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.
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