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
charactervector.
Value
A character vector with machine-readable names.
See also
Other string functions:
to_ascii(),
to_title_case_pt()