Description Usage Arguments Value See Also Examples
A wrapper for path.expand
that expands a tilde prefixed
path, replacing the leading tilde by the user's home directory (if defined on
that platform).
1 | expand_path(x)
|
x |
A tilde prefixed path. |
Returns a vector of expanded paths.
1 2 3 | library(magrittr)
file_path("~/mydir", paste0("file", 1:2, ".pdf")) %>%
expand_path()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.