machine_readable_name: Turn a string compatible for machines

Description Usage Arguments Details Examples

View source: R/strings.R

Description

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.

Usage

1

Arguments

x

a character vector.

Details

Takes the input string and do the following steps:

Examples

1
2
3
4
## Not run: 
machine_readable_name(rownames(mtcars))

## End(Not run)

strboul/mmy documentation built on Sept. 24, 2021, 12:08 p.m.