utils_make_path {podcleaner}R Documentation

Make destination path

Description

Pastes the arguments provided together using '/' as separator.

Usage

utils_make_path(...)

Arguments

...

Path components as character string(s).

Value

Path to last element provided as a character string.

Examples

utils_make_path("home", "projects", "glasgow-entrepreneurs.csv")


[Package podcleaner version 0.1.2 Index]