strip_trailing_slash | R Documentation |
Tzar puts a slash on the end of the output path and this causes problems when using it to build full paths to file names. This function is primarily here to strip that off but can be used on any path.
strip_trailing_slash(path)
path |
character string containing a path that may or may not end in a slash |
character string containing original path argument with trailing slash removed if there was one, otherwise, same as original
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.