Description Usage Arguments Value Examples
Replace path separators with a single foward slash.
1 | normalize(x)
|
x |
A |
Returns an atomic vector of normalized paths.
1 2 3 4 | library(magrittr)
c("C:\\Users\\Tyler\\AppData\\Local\\Temp\\Rtmp2Ll9d9", "C:/R/R-3.2.2") %>%
parse_path() %>%
normalize()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.