utils_IO_path {podcleaner}R Documentation

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

## Not run: 
  utils_IO_path("home/projects", "glasgow-entrepreneurs", "csv")

## End(Not run)

[Package podcleaner version 0.1.2 Index]