| path | R Documentation |
Joins path components using forward slashes, ensuring proper path formatting across operating systems. Handles multiple components and removes any double slashes that might occur.
path(...)
... |
Character vectors that will be concatenated with "/" as separator. |
A character vector containing the constructed path.
org::path("home", "user", "data.csv") # Returns "home/user/data.csv"
org::path("home//user", "data.csv") # Returns "home/user/data.csv"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.