make_path: Make path function

Description Usage Arguments Details Value

View source: R/utils.R

Description

Given a path to a folder and the name of a file in that folder, this function builds the path to that file.

Usage

1
make_path(file_name, path)

Arguments

file_name

name of the file. Character

path

path to folder. Character

Details

Example: path = "/home/user/date" filename = "data.txt" Return = "/home/user/date/data.txt"

Value

full path to a file. Character


pegoraro/qchlorophyll documentation built on May 24, 2019, 11:46 p.m.