pmx_file_path: Generate clean file paths

View source: R/pmx_utils_nonmem_reader.R

pmx_file_pathR Documentation

Generate clean file paths

Description

Wrapper around 'file.path' that cleans trailing forward slash and missing 'dir'.

Usage

pmx_file_path(dir, file)

Arguments

dir

A string or vector of strings containing the directory path.

file

A file name or vector containing the file names.

Value

A string or vector of string of the full file path.


ggPMX documentation built on July 9, 2023, 7:45 p.m.