Learn R Programming

podcleaner (version 0.1.2)

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

Run this code
# NOT RUN {
utils_make_path("home", "projects", "glasgow-entrepreneurs.csv")

# }

Run the code above in your browser using DataLab