toPathString: Convert a path array to a path as string with entries...

View source: R/utilities-path.R

toPathStringR Documentation

Convert a path array to a path as string with entries separated by '|'

Description

Convert a path array to a path as string with entries separated by '|'

Usage

toPathString(...)

Arguments

...

Path entries to concatenate into a path string.

Value

A string built using each entry of the pathArray.

Examples

toPathString(c("Organism", "Organ", "Liver"))


Open-Systems-Pharmacology/OSPSuite-R documentation built on May 8, 2024, 11:36 a.m.