Description Usage Arguments Details Examples
Non-compatible file names may create some nuisance in operating systems. This call makes the string name ASCII compatible. Sadly no UTF support (yet). During the convertion, non-ASCII names will be omitted.
1 |
x |
a |
Takes the input string and do the following steps:
lower case
remove all punctuation (except hyphen)
add hyphen between characters splited into separate pieces
1 2 3 4 | ## Not run:
machine_readable_name(rownames(mtcars))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.