utils_make_file {podcleaner} | R Documentation |
Make file name
Description
Pastes the arguments provided together using '-'. Appends result string with the extension provided.
Usage
utils_make_file(..., extension)
Arguments
... |
File name component(s) as character string(s). |
extension |
File extension as character string |
Value
File name as a character string.
Examples
utils_make_file("glasgow", "entrepreneurs", extension = "csv")
[Package podcleaner version 0.1.2 Index]