fullWinPath | R Documentation |
Expanded file path with backslashes (each duplicated if
doubleBackslashes
is TRUE
). Duplicated backslashes can be
useful when being used in RMarkdown documents
fullWinPath(x, doubleBackslashes = FALSE)
x |
file path (with slashes or backslashes as separators) |
doubleBackslashes |
if |
Windows compatible file path with backslashes (duplicated if
doubeBackslashes
is TRUE
)
cat(fullWinPath("~/a/b"))
cat(fullWinPath("~/a/b", doubleBackslashes = TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.