Search notes:

R function: file.path

file.path('abc', 'def', 'ghi')
# [1] "abc/def/ghi"
Github repository about-r, path: /functions/file.path.R

See also

Index to (some) R functions

Index