clean_filename: replace special characters with underscore

Description Usage Arguments Value Examples

View source: R/clean_filename.R

Description

produce file names that can be handled by the divime tools

Usage

1

Arguments

x

character, typically a file name

Value

character, the file name with special characters replaced

Examples

1
2
filename <- "a file (final).wav"
clean_filename(filename)

gobbios/avutils documentation built on Feb. 19, 2020, 9:44 a.m.