View source: R/removeLeadingSlashes.R
removeLeadingSlashes | R Documentation |
Remove Leading Slashes of Strings
removeLeadingSlashes(x)
x |
vector of character |
modified version of x
with all leading slashes in all elements
of x
removed
removeLeadingSlashes(c("a", "/b", "//c"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.