ufs (version 0.3.2)

strToFilename: Convert a string to a safe filename

Description

Convert a string to a safe filename

Usage

strToFilename(str, ext = NULL)

Arguments

str

The string to convert.

ext

Optionally, an extension to append.

Value

The string, processed to remove potentially problematic characters.

Examples

Run this code
# NOT RUN {
strToFilename("this contains: illegal characters, spaces, et cetera.");
# }

Run the code above in your browser using DataCamp Workspace