Learn R Programming

podcleaner (version 0.1.2)

utils_make_file: 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

Run this code
# NOT RUN {
utils_make_file("glasgow", "entrepreneurs", extension = "csv")

# }

Run the code above in your browser using DataLab