utils_IO_path: Make path for input/output operations

Description Usage Arguments Value Examples

Description

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

Usage

1
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

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

## End(Not run)

podcleaner documentation built on Jan. 12, 2022, 1:06 a.m.