pastePaths: Paste parts of file paths/urls separated with single...

View source: R/toolbox.R

pastePathsR 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")

toolbox documentation built on Sept. 22, 2022, 1:09 a.m.

Related to pastePaths in toolbox...