make_machine_readable()
makes a string machine-readable by converting it
to lowercase, removing special characters, and replacing spaces with hyphens.
This function follows the naming conventions from the Tidyverse Style Guide.
Arguments
- x
A
character
vector.
Value
A character
vector with machine-readable names.
See also
Other string functions:
replace_in_file()
,
to_ascii()
,
to_title_case_pt()