Learn R Programming

podcleaner (version 0.1.2)

utils_IO_path: Make path for input/output operations

Description

Paste provided path to directory and file name provided using '/' as separator.

Usage

utils_IO_path(directory_path, ..., extension)

Arguments

directory_path

Path to directory where file_name lives as character string.

...

File name components provided as character strings to be passed down to utils_make_file.

extension

File extension as character string

Value

Path to destination file as a character string.

Examples

Run this code
# NOT RUN {
  utils_IO_path("home/projects", "glasgow-entrepreneurs", "csv")
# }

Run the code above in your browser using DataLab