normalizeAgainst | R Documentation |
Convert file paths to canonical form, using a different working directory. By default, the different working directory would be the executing script's directory.
normalizeAgainst(..., n = 0, against = this.dir(verbose = FALSE, n = n + 1))
... |
arguments passed to |
n |
argument passed to |
against |
character string (or possibly |
When against
is a character string, the working directory is changed
to against
, then the paths are
normalized
, and then the working directory
is changed back to its previous value.
A character vector, see normalizePath
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.