Learn R Programming

spartan (version 3.0.2)

make_path: Combines a list of elements into a filepath separated by "/"

Description

Combines a list of elements into a filepath separated by "/"

Usage

make_path(string_list)

Arguments

string_list

List of text elements to combine

Value

Combined list as string separated by "/"