s3_path_join | R Documentation |
Returns the arguments joined by a slash ("/"), similarly to “file.path()“ (on Unix). If the first argument is "s3://", then that is preserved.
s3_path_join(...)
... |
: The strings to join with a slash. |
character: The joined string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.