Description Usage Arguments Value Examples
This function joins strings into a valid path. It is a simple version of python's
os.path.join
and fixes simple problems such as having/not having trailing /
in each section.
1 |
... |
A set of strings to join |
string
A string with the merged path
1 2 | pathJoin("my_base_path/helpers", "superfunction.R")
# 'my_base_path/helpers/superfunction.R'
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.