pastePaths {toolbox}R Documentation

Paste parts of file paths/urls separated with single forward-slashes

Description

Paste parts of file paths/urls separated with single forward-slashes

Usage

pastePaths(...)

Arguments

...

Text strings to combine into a file path

Value

A string.

Examples

pastePaths("/home/", "/files")

[Package toolbox version 0.1.1 Index]